Skip to content
Snippets Groups Projects
pytest.ini 150 B
Newer Older
[pytest]
testpaths=tests
; uncomment below to include coverage into default pytest run
; addopts= --cov-report term --cov=./ --cov-report xml:cov.xml