moving pytest configs to pyproject.toml
This commit is contained in:
@@ -49,5 +49,8 @@ ignore-init-module-imports = true # exclude __init__.py when removing unused
|
||||
remove-duplicate-keys = true # remove all duplicate keys in objects
|
||||
remove-unused-variables = true # remove unused variables
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli_level = "DEBUG"
|
||||
addopts = "--cov=src --cov-report=term-missing"
|
||||
|
||||
### ENDSLAM
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
[pytest]
|
||||
log_cli_level = DEBUG
|
||||
addopts = --cov=src --cov-report=term-missing
|
||||
Reference in New Issue
Block a user