diff --git a/pytest.ini b/pytest.ini index ec0ec6ee9a..f91b4bcf8e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,8 +1,7 @@ -[tool:pytest] -addopts = - -v -minversion = - 6.0.0 +[pytest] +minversion = 6.0.0 +addopts = -v --tb=long --show-capture=all --capture=no --color=yes --code-highlight=yes +log_cli_level = 10 testpaths = ./tests/frontend ./tests/core