Commit ef250f6e authored by Antonio Caceres's avatar Antonio Caceres
Browse files

Update pyproject.toml and remove pytest.ini

parent ccc9c46e
No related merge requests found
Showing with 8 additions and 3 deletions
+8 -3
[tool.pytest.ini_options] [tool.pytest.ini_options]
pythonpath = "src" pythonpath = "src"
addopts = "-vv --color=yes --no-header --disable-warnings -p pytest_clarity -rNs"
faulthandler_timeout = 10
consider_namespace_packages = true
[tool.pyright]
strict = ["src"]
exclude = ["**/__pycache__"]
\ No newline at end of file
[pytest]
addopts = -vv --color=yes --no-header --disable-warnings -p pytest_clarity -rN -x
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment