From f2d7e13cd8491fc5f7402ad79f815046f9cfd1ba Mon Sep 17 00:00:00 2001 From: nicolargo Date: Thu, 9 May 2024 10:09:05 +0200 Subject: Improve tests by testing all the plugin/model.py methods #2757 --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f8f5607..dcf0672d 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,6 @@ test-xmlrpc: ## Run XMLRPC unit tests ./venv/bin/python ./unittest-xmlrpc.py test: test-core test-restful test-xmlrpc ## Run unit tests - ./venv-dev/bin/python -m black ./glances --check --exclude outputs/static test-with-upgrade: venv-upgrade venv-dev-upgrade test ## Upgrade deps and run unit tests -- cgit v1.2.3