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