test:
	pytest -v tests

integration_test:
	pytest -v tests/integration 
