Skip to content

Commit a7f9df2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d30fc3e commit a7f9df2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ of the concerned test modules:
503503
504504
pytestmark = pytest.mark.order(1)
505505
506+
506507
def test_1():
507508
...
508509

example/usage/order_modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Each module uses pytestmark to set the order for that module.
1+
"""Each module uses pytestmark to set the order for that module.
22
The tests inside each module will be executed in the same order as without ordering,
33
while the test modules will be ordered as defined in pytestmark, in this case in the order:
44
test_module3 -> test_module2 -> test_module1

0 commit comments

Comments
 (0)