summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ffc82b9..fd0cfae9 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,9 @@ test-min: ## Run unit tests in minimal environment
test-min-with-upgrade: venv-min-upgrade ## Upgrade deps and run unit tests in minimal environment
./venv-min/bin/python ./unitest.py
+test-restful-api: ## Run unit tests of the RESTful API
+ ./venv-min/bin/python ./unitest-restful.py
+
# ===================================================================
# Linters and profilers
# ===================================================================