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