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 db50abf commit 428dfc2Copy full SHA for 428dfc2
pyproject.toml
@@ -54,6 +54,9 @@ write_to = "src/python_training_project/version.py"
54
[tool.pytest.ini_options]
55
minversion = "6.0"
56
addopts = "--cov --cov-report term --cov-report xml --junitxml=build/test-report.xml"
57
+pythonpath = [
58
+ "src",
59
+]
60
testpaths = [
61
"tests",
62
]
0 commit comments