Wrong xUnit test result filename

This commit is contained in:
Jürgen Edelbluth 2023-12-03 10:58:44 +01:00
parent 80402f52ce
commit baf774f669
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF

View File

@ -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