From e8563a0fc4b0c0663f354deb0b846421f94a9f95 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 7 May 2024 11:49:55 +0200 Subject: Format code and update docs/webui --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c61a300d..57d96606 100644 --- a/Makefile +++ b/Makefile @@ -66,13 +66,13 @@ test: ## Run unit tests ./venv/bin/python ./unitest.py ./venv/bin/python ./unitest-restful.py ./venv/bin/python ./unitest-xmlrpc.py - ./venv/bin/python -m black ./glances --check --exclude outputs/static + ./venv-dev/bin/python -m black ./glances --check --exclude outputs/static test-with-upgrade: venv-upgrade venv-dev-upgrade ## Upgrade deps and run unit tests ./venv/bin/python ./unitest.py ./venv/bin/python ./unitest-restful.py ./venv/bin/python ./unitest-xmlrpc.py - ./venv/bin/python -m black ./glances --check --exclude outputs/static + ./venv/bin-dev/python -m black ./glances --check --exclude outputs/static test-min: ## Run unit tests in minimal environment ./venv-min/bin/python ./unitest.py -- cgit v1.2.3