tests: pytest module markers
This commit is contained in:
parent
4ff9edf6d1
commit
bace6388aa
10 changed files with 61 additions and 0 deletions
12
test/pytest.toml
Normal file
12
test/pytest.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[tool.pytest]
|
||||
markers = [
|
||||
"iam_module",
|
||||
"org_module",
|
||||
"service_module",
|
||||
"user_module",
|
||||
"auth",
|
||||
"root_user",
|
||||
"super_admin",
|
||||
"user",
|
||||
"preapproval"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue