Thanks to visit codestin.com Credit goes to github.com
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.
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