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 6b86f93 commit 4e2ed7fCopy full SHA for 4e2ed7f
tests/conftest.py
@@ -122,6 +122,6 @@ def working_dir(tmpdir_factory) -> str:
122
"""Create a temporary folder for the test to run in. It will be created before running each test and deleted at the
123
end. This way all the tests work in isolation.
124
"""
125
- work_dir = tmpdir_factory.mktemp(basename="TestWorkingDir")
+ work_dir = tmpdir_factory.mktemp(basename="IntegrationTestWorkingDir")
126
yield os.path.realpath(work_dir)
127
shutil.rmtree(work_dir, ignore_errors=True)
0 commit comments