diff --git a/Makefile b/Makefile index b2d667c..bd788fe 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ SHELL=/bin/bash docker: docker-compose up +test: + docker-compose run web pytest network_inventory/inventory/tests + venv/bin/activate: requirements/local.txt test -d venv || python3 -m venv venv . venv/bin/activate; pip3 install wheel; pip3 install -Ur requirements/local.txt