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 be6ecda commit 406421fCopy full SHA for 406421f
tests/conftest.py
@@ -56,7 +56,7 @@
56
def _get_test_files_directory():
57
if local_test_repo is False:
58
test_path = Path(__file__).parent
59
- return str(test_path.joinpath("testfiles"))
+ return str(test_path.parent / "tests" / "testfiles")
60
else:
61
return str(Path(os.environ["AWP_UNIT_TEST_FILES"]).joinpath("python"))
62
tests/entry/conftest.py
+ return str(test_path.parent / "testfiles")
0 commit comments