Wrong xUnit test result filename
This commit is contained in:
parent
80402f52ce
commit
baf774f669
@ -49,7 +49,7 @@ pytest-cov = "^4.1.0"
|
||||
pyhamcrest = "^2.1.0"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-vv --black --isort --pylint --pylint-rcfile=.pylintrc --cov --cov-report=html:test-reports/coverage/html --cov-report=xml:test-reports/coverage/coverage.xml --cov-report=json:test-reports/coverage/coverage.json --junitxml=test-reports/pytest_mail_mock.xml"
|
||||
addopts = "-vv --black --isort --pylint --pylint-rcfile=.pylintrc --cov --cov-report=html:test-reports/coverage/html --cov-report=xml:test-reports/coverage/coverage.xml --cov-report=json:test-reports/coverage/coverage.json --junitxml=test-reports/smtp_test_server.xml"
|
||||
junit_family = "xunit2"
|
||||
junit_logging = "all"
|
||||
junit_log_passing_tests = true
|
||||
|
Loading…
Reference in New Issue
Block a user