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 50d58ee commit eefdfa0Copy full SHA for eefdfa0
1 file changed
pyproject.toml
@@ -38,6 +38,7 @@ test = ["pytest >= 7.0", "pandas >= 1.5.0", "pytest-cov"]
38
39
[tool.pytest.ini_options]
40
testpaths = ["tests"]
41
+pythonpath = ["."]
42
python_files = ["test_*.py"]
43
python_classes = ["Test*"]
44
python_functions = ["test_*"]
0 commit comments