Pre locust

This commit is contained in:
2026-05-11 00:41:41 +02:00
parent e340a8dc42
commit 120eb740aa
31 changed files with 598 additions and 473 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ dev:
uvicorn devplacepy.main:app --reload --host 0.0.0.0 --port 10500
test:
PLAYWRIGHT_HEADLESS=1 python -m pytest tests/ -v --tb=line
PLAYWRIGHT_HEADLESS=1 python -m pytest tests/test_landing.py tests/test_auth.py tests/test_feed.py tests/test_post.py tests/test_profile.py tests/test_projects.py tests/test_messages.py tests/test_notifications.py -v --tb=line
test-headed:
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/ -v --tb=line
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/test_landing.py tests/test_auth.py tests/test_feed.py tests/test_post.py tests/test_profile.py tests/test_projects.py tests/test_messages.py tests/test_notifications.py -v --tb=line
demo:
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/test_demo.py -v -s