File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ addopts = --capture=no --ignore conftest.py -p no:cacheprovider
6
6
# Ignore warnings such as DeprecationWarning and pytest.PytestUnknownMarkWarning
7
7
filterwarnings = ignore::pytest.PytestWarning
8
8
9
+ # Configure the junit_family option explicitly:
10
+ junit_family = legacy
11
+
9
12
# Set pytest discovery rules:
10
13
# (Most of the rules here are similar to the default rules.)
11
14
# (unittest.TestCase rules override the rules here for classes and functions.)
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ def main():
55
55
data .append ("addopts = --capture=no --ignore conftest.py "
56
56
"-p no:cacheprovider" )
57
57
data .append ("filterwarnings = ignore::pytest.PytestWarning" )
58
+ data .append ("junit_family = legacy" )
58
59
data .append ("python_files = test_*.py *_test.py *_tests.py *_suite.py" )
59
60
data .append ("python_classes = Test* *Test* *Test *Tests *Suite" )
60
61
data .append ("python_functions = test_*" )
You can’t perform that action at this time.
0 commit comments