| Giorgi Lekveishvili | 285ab62 | 2023-11-22 13:50:45 +0400 | [diff] [blame] | 1 | [tool:pytest] |
| 2 | norecursedirs = tests/helpers | ||||
| 3 | |||||
| 4 | markers = | ||||
| 5 | docker: Tests that require to run and interact with a docker container | ||||
| 6 | incremental: Test classes containing tests that need to run incrementally | ||||
| 7 | integration: Integration tests | ||||
| 8 | kubernetes: Tests that require a Kubernetes cluster | ||||
| 9 | slow: Tests that run slower than the average test | ||||
| 10 | structure: Structure tests | ||||