Skip to content
Snippets Groups Projects
Commit a76086ce authored by Alán Muñoz's avatar Alán Muñoz
Browse files

pyproject(testing): add simple pytest conf

parent 786dcd21
No related branches found
No related tags found
No related merge requests found
...@@ -106,3 +106,10 @@ profile = "black" ...@@ -106,3 +106,10 @@ profile = "black"
multi_line_output = 3 multi_line_output = 3
line_length = 79 line_length = 79
include_trailing_comma = true include_trailing_comma = true
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
]
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