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 f208d37 commit 744dedbCopy full SHA for 744dedb
1 file changed
test/conftest.py
@@ -22,7 +22,7 @@ def add_cwd_to_syspath():
22
"""
23
cwd = os.getcwd()
24
if cwd not in sys.path:
25
- sys.path.insert(0, cwd)
+ sys.path.append(cwd)
26
27
28
@pytest.fixture(scope="module")
0 commit comments