Files
google-labs-jules[bot] c79cae5984 feat(watch-party): implemented video synchronization for watch parties (#119)
Implemented WebSocket-based video synchronization for Watch Parties, allowing the host to control playback (play, pause, seek) for all viewers.
- Added `WatchPartyConsumer` in `content/consumers.py` handling `video_control` and `chat_message` types.
- Updated `aniscrap_core/asgi.py` to route `ws/watch-party/` to the new consumer.
- Updated `templates/watch_party.html` to connect to the new endpoint and handle video events.
- Added basic connection test in `content/tests/test_watch_party_consumer.py`.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2026-01-22 12:48:55 +00:00

4 lines
102 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = aniscrap_core.settings
python_files = tests.py test_*.py *_tests.py