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 0120b80 commit 6cacb4bCopy full SHA for 6cacb4b
testing/test_collection.py
@@ -1750,7 +1750,7 @@ def test_foo(): assert True
1750
def test_collect_short_file_windows(pytester: Pytester) -> None:
1751
"""Reproducer for #11895: short paths not colleced on Windows."""
1752
short_path = tempfile.mkdtemp()
1753
- if "~" not in short_path:
+ if "~" not in short_path: # pragma: no cover
1754
if running_on_ci():
1755
# On CI, we are expecting that under the current GitHub actions configuration,
1756
# tempfile.mkdtemp() is producing short paths, so we want to fail to prevent
0 commit comments