Skip to content
Snippets Groups Projects
pytest.ini 182 B
Newer Older
Lukas Burgey's avatar
Lukas Burgey committed
[pytest]
log_cli = false
log_level = DEBUG
python_files = tests.py tests/**
Marcus's avatar
Marcus committed
;addopts = --cov=ldf_adapter --cov-report term:skip-covered --cov-report html:cov_html --show-capture=log