Remove unnecessary file in test.

This commit is contained in:
Katarzyna 2020-05-04 00:34:19 +02:00
parent a5bcd0655f
commit 9b423710aa
1 changed files with 1 additions and 4 deletions

View File

@ -1187,12 +1187,9 @@ def test_relpath_rootdir(testdir):
def test_pass():
pass
""",
"tests/sub_tests/test_empty.py": """
pass
""",
}
)
result = testdir.runpytest("-rs", "tests/test_1.py", "--rootdir=tests/sub_tests")
result = testdir.runpytest("-rs", "tests/test_1.py", "--rootdir=tests")
result.stdout.fnmatch_lines(
["SKIPPED [[]1[]] tests/test_1.py:2: unconditional skip"]
)