aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: a4a97cb26735ba6611d7273d19a145be6e16ba35 (plain) (blame)
1
2
3
4
5
test:
	pytest --tb=short -v

test-fast:
	pytest -k "not test_functional" --tb=short