mirror of
https://github.com/davidfraser/pyan.git
synced 2026-01-09 15:37:57 -05:00
16 lines
315 B
INI
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
|