blob: 0c90095bc74a216bac3c5e81b79fc410843da054 [file] [log] [blame]
Giorgi Lekveishvili285ab622023-11-22 13:50:45 +04001[tool:pytest]
2norecursedirs = tests/helpers
3
4markers =
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