.PHONY: unit-test integration-test

unit-test:
	pytest -v pytest tests/unit/

integration-test:
	pytest -v tests/integration/