Add detail test summary report

This commit is contained in:
Jianjie Liu (MAIDAP) 2021-01-27 09:07:56 -05:00
Родитель 4ff93d3cb5
Коммит 05f9649e3d
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -44,8 +44,10 @@ markers =
io: marks integration tests involving some form of I/O operations (disk, internet, etc)
testpaths =
tests
addopts =
-rsx --cov-append --cov=genalog --cov-report=html --cov-report=term-missing --cov-report=xml --junitxml=junit/test-results.xml
addopts =
# reports all (except passed tests). See https://docs.pytest.org/en/latest/usage.html#detailed-summary-report
-ra
--cov-append --cov=genalog --cov-report=html --cov-report=term-missing --cov-report=xml --junitxml=junit/test-results.xml
[flake8]