File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -36,23 +36,21 @@ namespace_packages = true
3636html_report = " report/typing"
3737
3838[tool .pytest ]
39- junit_xml = " report/unit/UnittestReportSummary.xml"
40-
41- [tool .pyedaa-reports ]
42- junit_xml = " report/unit/unittest.xml"
43-
44- [tool .pytest .ini_options ]
45- addopts = " --tb=native"
39+ addopts = [" --tb=native" ]
4640# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
4741# derived from unittest.Testcase
48- python_files = " *"
49- python_functions = " test_*"
42+ python_files = [ " *" ]
43+ python_functions = [ " test_*" ]
5044filterwarnings = [
5145 " error::DeprecationWarning" ,
5246 " error::PendingDeprecationWarning"
5347]
48+ junit_xml = " report/unit/UnittestReportSummary.xml"
5449junit_logging = " all"
5550
51+ [tool .pyedaa-reports ]
52+ junit_xml = " report/unit/unittest.xml"
53+
5654[tool .interrogate ]
5755color = true
5856verbose = 1 # possible values: 0 (minimal output), 1 (-v), 2 (-vv)
You can’t perform that action at this time.
0 commit comments