summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-09 10:09:05 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-09 10:09:05 +0200
commitf2d7e13cd8491fc5f7402ad79f815046f9cfd1ba (patch)
tree5cad573421e53c06f590c77da0c596f836193857 /Makefile
parentfd3625826b822f145181420b7b56a927b53d8c58 (diff)
Improve tests by testing all the plugin/model.py methods #2757issue2757
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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