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

View file

@ -6,3 +6,4 @@ libsass
playwright
pytest
pytest-django
pytest-xdist

View file

@ -22,6 +22,8 @@ django-compressor==4.4
# via -r requirements.dev.in
django-debug-toolbar==4.2.0
# via -r requirements.dev.in
execnet==2.1.1
# via pytest-xdist
greenlet==3.0.3
# via playwright
iniconfig==2.0.0
@ -48,8 +50,11 @@ pytest==8.0.0
# via
# -r requirements.dev.in
# pytest-django
# pytest-xdist
pytest-django==4.7.0
# via -r requirements.dev.in
pytest-xdist==3.6.1
# via -r requirements.dev.in
rcssmin==1.1.1
# via django-compressor
rjsmin==1.2.1