Implemented 'unittest_report_xml_directory' and 'unittest_report_xml_filename'.

This commit is contained in:
Patrick Lehmann
2024-12-18 22:22:54 +01:00
parent 70134b31c3
commit 12991ee38a
5 changed files with 81 additions and 94 deletions

View File

@@ -20,6 +20,9 @@ show_error_codes = true
namespace_packages = true
html_report = "report/typing"
[tool.pytest]
junit_xml = "report/unit/TestReportSummary.xml"
[tool.pytest.ini_options]
addopts = "--tb=native"
# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
@@ -30,6 +33,7 @@ filterwarnings = [
"error::DeprecationWarning",
"error::PendingDeprecationWarning"
]
junit_logging = "all"
[tool.interrogate]
color = true