Skip to content
Snippets Groups Projects
Commit 07202a3a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Minor organisation change

parent ba36eb1c
No related branches found
No related tags found
No related merge requests found
Pipeline #85047 passed
...@@ -317,11 +317,6 @@ convention = "numpy" ...@@ -317,11 +317,6 @@ convention = "numpy"
"doc/conf.py" = ["D"] "doc/conf.py" = ["D"]
"**/scripts/*.py" = ["E501"] "**/scripts/*.py" = ["E501"]
[tool.pytest.ini_options]
addopts = ["--cov=mednet", "--cov-report=term-missing", "--import-mode=append"]
junit_logging = "all"
junit_log_passing_tests = false
[tool.numpydoc_validation] [tool.numpydoc_validation]
checks = [ checks = [
"all", # report on all checks, except the ones below "all", # report on all checks, except the ones below
...@@ -348,3 +343,8 @@ override_SS05 = [ # override SS05 to allow docstrings starting with these words ...@@ -348,3 +343,8 @@ override_SS05 = [ # override SS05 to allow docstrings starting with these words
'^Access ', '^Access ',
'^This', '^This',
] ]
[tool.pytest.ini_options]
addopts = ["--cov=mednet", "--cov-report=term-missing", "--import-mode=append"]
junit_logging = "all"
junit_log_passing_tests = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment