File tree Expand file tree Collapse file tree
src/client/testing/pytest/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Add support for pytest 6 options.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const OptionsWithArguments = [
2020 '--basetemp' ,
2121 '--cache-show' ,
2222 '--capture' ,
23+ '--code-highlight' ,
2324 '--color' ,
2425 '--confcutdir' ,
2526 '--cov' ,
@@ -31,6 +32,7 @@ const OptionsWithArguments = [
3132 '--doctest-glob' ,
3233 '--doctest-report' ,
3334 '--durations' ,
35+ '--durations-min' ,
3436 '--ignore' ,
3537 '--ignore-glob' ,
3638 '--import-mode' ,
@@ -97,7 +99,9 @@ const OptionsWithoutArguments = [
9799 '--nf' ,
98100 '--no-cov' ,
99101 '--no-cov-on-fail' ,
102+ '--no-header' ,
100103 '--no-print-logs' ,
104+ '--no-summary' ,
101105 '--noconftest' ,
102106 '--old-summary' ,
103107 '--pdb' ,
@@ -113,6 +117,7 @@ const OptionsWithoutArguments = [
113117 '--sw' ,
114118 '--stepwise-skip' ,
115119 '--strict' ,
120+ '--strict-config' ,
116121 '--strict-markers' ,
117122 '--trace-config' ,
118123 '--verbose' ,
You can’t perform that action at this time.
0 commit comments