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