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