.DEFAULT_GOAL := test

.PHONY: test
test:
	-pytest $(TEST_ARGS)

.PHONY: clean
clean: