generated from Luis/nextjs-python-web-template
move environment to helpers module
This fixes registering pytest plugins
This commit is contained in:
@@ -13,6 +13,8 @@ packages = [ "clan_cli" ]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail"
|
||||
norecursedirs = "tests/helpers"
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.10"
|
||||
|
||||
Reference in New Issue
Block a user