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 6fd694c commit da1c00bCopy full SHA for da1c00b
tests/tox_env/test_cachedir_tag.py
@@ -12,7 +12,6 @@ def test_cachedir_tag_created_in_new_workdir(tox_project: ToxProjectCreator) ->
12
assert not (cwd / ".tox").exists()
13
result = prj.run("run", from_cwd=cwd)
14
result.assert_success()
15
- print(list((cwd / ".tox").iterdir()))
16
assert (cwd / ".tox" / "CACHEDIR.TAG").exists()
17
18
0 commit comments