Skip to content

Commit 95c6960

Browse files
committed
coverage: ignore platform specific test branch
1 parent 6c29a19 commit 95c6960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async def test_desktop(monkeypatch: pytest.MonkeyPatch):
9595
assert file_1 in content.text
9696
assert file_2 in content.text
9797
# might be a bug, but the test is passing
98-
else:
98+
else: # pragma: no cover
9999
assert "/fake/path/file1.txt" in content.text
100100
assert "/fake/path/file2.txt" in content.text
101101

0 commit comments

Comments
 (0)