Skip to content

Commit af3125d

Browse files
committed
Added tool.pytest section to pyproject.toml.
1 parent 67acf38 commit af3125d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ show_error_codes = true
2020
namespace_packages = true
2121
html_report = "report/typing"
2222

23+
[tool.pytest]
24+
junit_xml = "report/unit/TestReportSummary.xml"
25+
2326
[tool.pytest.ini_options]
2427
addopts = "--tb=native"
2528
# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes

0 commit comments

Comments
 (0)