chore: remove pre-locust test stubs and add daily topic, follow router, password reset, image upload, and badge awarding features

This commit is contained in:
2026-05-10 22:41:41 +00:00
parent f4343c3d05
commit d8ef8ebef2
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