We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67acf38 commit af3125dCopy full SHA for af3125d
pyproject.toml
@@ -20,6 +20,9 @@ show_error_codes = true
20
namespace_packages = true
21
html_report = "report/typing"
22
23
+[tool.pytest]
24
+junit_xml = "report/unit/TestReportSummary.xml"
25
+
26
[tool.pytest.ini_options]
27
addopts = "--tb=native"
28
# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
0 commit comments