You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you ever wanted to easily run one of your tests before any others run? Or run some tests last? Or run this one test before this one other test? Or make sure that this group of tests runs after this other group of tests?
8
+
Have you ever wanted to easily run one of your tests before any others run?
9
+
Or run some tests last? Or run this one test before that other test? Or
10
+
make sure that this group of tests runs after this other group of tests?
9
11
10
12
Now you can.
11
13
12
14
Install with:
13
15
14
16
pip install pytest-ordering
15
-
17
+
16
18
This defines some pytest markers that you can use in your code.
0 commit comments