Skip to content

Commit 59c1c84

Browse files
committed
Update pytest.ini
1 parent 7e53641 commit 59c1c84

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pytest.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ python_files = test_*.py *_test.py *_tests.py *_suite.py
1818
python_classes = Test* *Test* *Test *Tests *Suite
1919
python_functions = test_*
2020

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.)
2223
# (pytest v4.5.0 and newer requires marker registration to prevent warnings.)
2324
# (Future versions of pytest may turn those marker warnings into errors.)
2425
markers =
@@ -32,7 +33,11 @@ markers =
3233
offline: custom marker
3334
develop: custom marker
3435
qa: custom marker
36+
ci: custom marker
37+
e2e: custom marker
3538
ready: custom marker
39+
smoke: custom marker
40+
deploy: custom marker
3641
active: custom marker
3742
master: custom marker
3843
release: custom marker

0 commit comments

Comments
 (0)