aboutsummaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 01c571a5955dfe05f7becb29840e4aed2978dcd4 (plain)
1
2
3
4
5
6
7
8
[pytest]
addopts = --strict-markers --ignore=tests/unit/auth
markers =
	slow
	unit_test
	integration_test
	performance_test
	under_dev