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 b70606e commit bc02196Copy full SHA for bc02196
tests/test_data.py
@@ -4,7 +4,7 @@
4
5
6
def get_test_data_path(filename):
7
- return Path(__file__).parent / "test_data" / filename
+ return Path(__file__).parent / "tests" / filename
8
9
10
def read_file(filename):
0 commit comments