Skip to content
Snippets Groups Projects
Commit b79a163b authored by Jakub Judiny's avatar Jakub Judiny
Browse files

Move coverage and nose2 configs to pyproject.toml

(Redmine issue: #7826)
parent 07ff271a
No related branches found
No related tags found
1 merge request!105Setup ruff's linting and autoformatting
Pipeline #15531 failed
[run]
source = ./lib
[unittest]
plugins = nose2.plugins.junitxml
start-dir = lib
test-file-pattern=*.py
......@@ -130,3 +130,13 @@ format_css = true
[tool.djlint.per-file-ignores]
".*\\.(txt|idea)\\.j2" = "H025"
"_macros_site.html" = "H025,T001"
[tool.nose2.unittest]
plugins = "nose2.plugins.junitxml"
start-dir = "lib"
test-file-pattern = "*.py"
[tool.coverage.run]
source = ["./lib"]
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