We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c29a19 commit 95c6960Copy full SHA for 95c6960
tests/test_examples.py
@@ -95,7 +95,7 @@ async def test_desktop(monkeypatch: pytest.MonkeyPatch):
95
assert file_1 in content.text
96
assert file_2 in content.text
97
# might be a bug, but the test is passing
98
- else:
+ else: # pragma: no cover
99
assert "/fake/path/file1.txt" in content.text
100
assert "/fake/path/file2.txt" in content.text
101
0 commit comments