Skip to content

Commit eb88893

Browse files
author
Victor Soares
committed
Added custom markers to pytest.ini file
1 parent f13a660 commit eb88893

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pytest.ini

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ pythonpath = .
1818

1919
# These are the tags that pytest will recognise when using @pytest.mark
2020
markers =
21-
example: tests used for example purposes by this blueprint
22-
utils: tests for utility classes provided by this blueprint
23-
branch: tests designed to run at a branch level
24-
main: tests designed to run against the main branch
25-
release: tests designed to run specifically against a release branch
21+
#example: tests used for example purposes by this blueprint
22+
#utils: tests for utility classes provided by this blueprint
23+
#branch: tests designed to run at a branch level
24+
#main: tests designed to run against the main branch
25+
#release: tests designed to run specifically against a release branch
26+
utils: test setup and support methods
27+
smoke: tests designed to run as part of the smokescreen regression test suite
28+
wip: tests that are currently in progress

0 commit comments

Comments
 (0)