Wrong xUnit test result filename

This commit is contained in:
Jürgen Edelbluth 2023-12-03 10:57:05 +01:00
parent 07e095ceb8
commit 5dc0fd5f03
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-smtp-test-server"
version = "0.1.1"
version = "0.1.2"
description = "pytest plugin for using `smtp-test-server` as a fixture"
authors = ["Juergen Edelbluth <pytest-smtp-test-server@jued.de>"]
license = "MIT"
@ -52,7 +52,7 @@ pytest-mock = "^3.12.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/pytest_smtp_test_server.xml"
junit_family = "xunit2"
junit_logging = "all"
junit_log_passing_tests = true