File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ python_files = test_*.py *_test.py *_tests.py *_suite.py
18
18
python_classes = Test* *Test* *Test *Tests *Suite
19
19
python_functions = test_*
20
20
21
- # Here are the pytest markers used in the example tests:
21
+ # Here are some common pytest markers:
22
+ # (Some are used in the example tests.)
22
23
# (pytest v4.5.0 and newer requires marker registration to prevent warnings.)
23
24
# (Future versions of pytest may turn those marker warnings into errors.)
24
25
markers =
@@ -32,7 +33,11 @@ markers =
32
33
offline: custom marker
33
34
develop: custom marker
34
35
qa: custom marker
36
+ ci: custom marker
37
+ e2e: custom marker
35
38
ready: custom marker
39
+ smoke: custom marker
40
+ deploy: custom marker
36
41
active: custom marker
37
42
master: custom marker
38
43
release: custom marker
You can’t perform that action at this time.
0 commit comments