mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
8 lines
193 B
INI
8 lines
193 B
INI
[tool:pytest]
|
|
addopts =
|
|
--cov=src
|
|
--cov-report=html:test-results/html
|
|
--cov-report=xml:test-results/coverage.xml
|
|
--junit-xml=test-results/junit-report.xml
|
|
testpaths = src/tests
|