feat: run API tests in CI (#1421)

* feat: run API tests in CI

* fix: remove incorrect test for guest user viewing themself
This commit is contained in:
Kyle Robbertze 2021-10-18 12:17:34 +00:00 committed by GitHub
parent 7384dd7a2f
commit 6ca1ca2aec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 62 additions and 5 deletions

View file

@ -9,3 +9,7 @@ MYPY_ARG := libretimeapi
format: .format
lint: .format-check .pylint .mypy
clean: .clean
test: $(VENV)
source $(VENV)/bin/activate
LIBRETIME_DEBUG=True $(VENV)/bin/libretime-api test libretimeapi