Skip to content

Commit

Permalink
Debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Sep 13, 2022
1 parent a2ebe08 commit 35f0e76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Test with pytest
run: |
python -m pip install ".[test]"
pytest -v
pytest -v -s
- name: HTML validator
run: |
python -m pip install html5validator
Expand Down
3 changes: 3 additions & 0 deletions tests/test_report_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ async def test_report_view(http_server_client, base_url):
assert header

circle_tag = tree.xpath("//svg/circle")
print("*"*100)
print(html_body)
print(circle_tag)
assert circle_tag

voila_caption_tag = tree.xpath("//p[contains(text(), 'Voilà logo')]")
Expand Down

0 comments on commit 35f0e76

Please sign in to comment.