add the rules marker
All checks were successful
build / build (push) Successful in 21s

This commit is contained in:
Greg Gauthier 2024-07-21 20:41:05 +00:00
parent 94001ed1cc
commit bd00b1c6fe

View File

@ -1,10 +1,11 @@
[pytest] [pytest]
# show the top 25 durations, and show the pass/fail: # show the top 25 durations, and show the pass/fail:
addopts = --durations=25 -rA addopts = --durations=25 -rA
markers = markers =
get: marks a test as a get request test (deselect with '-m "not get"') rules: marks a test as a gamma world rules test (deselect with '-m "not rules"')
role: marks a test as a role test (deselect with '-m "not role"') get: marks a test as a get request test (deselect with '-m "not get"')
endpoint: marks a test as an endpoint test (deselect with '-m "not endpoint"') role: marks a test as a role test (deselect with '-m "not role"')
redaction: marks a test as a redaction test (deselect with '-m "not redaction"') endpoint: marks a test as an endpoint test (deselect with '-m "not endpoint"')
client_application: marks a test as a client application test (deselect with '-m "not client_application"') redaction: marks a test as a redaction test (deselect with '-m "not redaction"')
client_application: marks a test as a client application test (deselect with '-m "not client_application"')