Files
pyan/pytest.ini
2020-10-15 17:37:40 +01:00

16 lines
315 B
INI

[pytest]
addopts =
-rsxX
-vv
--cov-config=.coveragerc
--cov=pyan
--cov-report=html
--cov-report=term-missing:skip-covered
--no-cov-on-fail
testpaths = tests/
log_cli_level = ERROR
log_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
cache_dir = .cache