remove .itlab-ci.yml and call of pytest to Makefile

This commit is contained in:
Thomas Peetz
2025-04-18 00:52:00 +02:00
parent 116bb77e4c
commit 1997957069
4 changed files with 1 additions and 42 deletions
+1 -6
View File
@@ -12,12 +12,7 @@ virtualenv:
@echo
test:
python -m pytest \
-v \
--cov=kontor \
--cov-report=term \
--cov-report=html:coverage-report \
tests/
pytest -v --cov --cov-report=term --cov-report=html:coverage-report
docker: clean
docker build -t kontor-api:latest .