aboutsummaryrefslogtreecommitdiff
path: root/pytest.ini
blob: ba87787f86a3bab66887a4fac2fb4197e82e1021 (plain)
1
2
3
4
5
6
7
[pytest]
addopts = --strict-markers
markers =
	slow
	unit_test
	integration_test
	performance_test