diff --git a/Makefile b/Makefile index 3c206fac..bd4f223f 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ install: test: pip install -qr requirements.txt pip install -qr test-requirements.txt - $(PYTHON) -m pytest tests/ -vv --cov atomicapp + $(PYTHON) -m pytest tests/units/ -vv --cov atomicapp .PHONY: image image: