File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,11 @@ pythonpath = .
1818
1919# These are the tags that pytest will recognise when using @pytest.mark
2020markers =
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
You can’t perform that action at this time.
0 commit comments