Run tests in parallel

This commit is contained in:
Sascha Ißbrücker
2024-08-29 22:45:43 +02:00
parent 749bc1ef63
commit 7d4e65976f
3 changed files with 7 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ tasks:
python manage.py process_tasks
test:
pytest
pytest -n auto
format:
black bookmarks