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:
parent
7384dd7a2f
commit
6ca1ca2aec
5 changed files with 62 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue