We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d68d023 + d9d5b1c commit c420741Copy full SHA for c420741
1 file changed
tests/commands/run_test.py
@@ -811,7 +811,7 @@ def test_include_exclude_base_case(some_filenames):
811
812
813
@xfailif_no_symlink
814
-def test_matches_broken_symlink(tmpdir): # pramga: no cover (non-windows)
+def test_matches_broken_symlink(tmpdir): # pragma: no cover (non-windows)
815
with tmpdir.as_cwd():
816
os.symlink('does-not-exist', 'link')
817
ret = _filter_by_include_exclude({'link'}, '', '^$')
0 commit comments