Add additional custom markers for pytest

This commit is contained in:
Michael Mintz 2020-04-21 02:29:22 -04:00
parent 6dca697ef1
commit fd4f52adc0
1 changed files with 10 additions and 0 deletions

View File

@ -27,3 +27,13 @@ markers =
marker3: custom marker
marker_test_suite: custom marker
expected_failure: custom marker
local: custom marker
remote: custom marker
offline: custom marker
develop: custom marker
qa: custom marker
ready: custom marker
master: custom marker
release: custom marker
staging: custom marker
production: custom marker