WIP: fix #9298: ensure inprocess test for assert rewrite

This commit is contained in:
Ronny Pfannschmidt 2021-11-16 23:17:26 +01:00
parent 3dc17f1c3b
commit 4127dc36aa
1 changed files with 1 additions and 1 deletions

View File

@ -1747,7 +1747,7 @@ class TestPyCacheDir:
"src/bar/__init__.py": "", "src/bar/__init__.py": "",
} }
) )
result = pytester.runpytest() result = pytester.runpytest_inprocess()
assert result.ret == 0 assert result.ret == 0
test_foo = pytester.path.joinpath("src/test_foo.py") test_foo = pytester.path.joinpath("src/test_foo.py")