File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
python : " 3.11"
10
10
11
11
sphinx :
12
- configuration : docs/conf.py
12
+ configuration : docs/source/ conf.py
13
13
fail_on_warning : true
Original file line number Diff line number Diff line change @@ -399,12 +399,12 @@ supported.
399
399
400
400
401
401
Multiple test order markers
402
- -------------------
402
+ ---------------------------
403
403
More than one order marker can be set for the test.
404
404
In this scenario test will be executed several times in the defined order.
405
405
406
406
Combination of absolute and relative ordering
407
- ~~~~~~~~~~~~~~
407
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
408
408
.. code :: python
409
409
410
410
import pytest
@@ -449,7 +449,7 @@ so it will be run multiple times.
449
449
450
450
451
451
Parametrized tests
452
- ~~~~~~~~~~~~~~
452
+ ~~~~~~~~~~~~~~~~~~
453
453
Although multiple test order markers create their own parametrization, it can be used with parametrized tests.
454
454
455
455
.. code :: python
You can’t perform that action at this time.
0 commit comments