File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77def pytest_configure (config ):
88 # config is initialized here rather than in pytest.ini so that `pytest
99 # --pyargs matplotlib` (which would not find pytest.ini) works. The only
10- # entries in pytest.ini set minversion (which is checked earlier) and
11- # testpaths/python_files, as they are required to properly find the tests.
10+ # entries in pytest.ini set minversion (which is checked earlier),
11+ # testpaths/python_files, as they are required to properly find the tests
1212 for key , value in [
1313 ("markers" , "flaky: (Provided by pytest-rerunfailures.)" ),
1414 ("markers" , "timeout: (Provided by pytest-timeout.)" ),
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ minversion = 3.6
44
55testpaths = lib
66python_files = test_*.py
7+ junit_family = xunit2
You can’t perform that action at this time.
0 commit comments