Makefile for test merged with the main one

This commit is contained in:
2025-09-21 21:08:37 +02:00
parent 2db03b20c5
commit 6c4310a594
3 changed files with 4 additions and 58 deletions

View File

@@ -92,6 +92,10 @@ test-coverage:
test-fast:
pytest tests/ -v -m "not slow"
# Run slow tests only
test-slow:
pytest tests/ -v -m slow
test-auth:
pytest tests/test_auth.py -v