-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Right now, the websocket handler is completely untested because we have only tests for the session (already a bit integration test because instead of mocking, this tests the workflow user sessions -> room -> user sessions) and more unit like tests for a room.
This would need:
- choosing an elixir websocket library
- connecting to the signaltower via network/websocket
- sending json strings - maybe we just replicate the session tests in this form?
- should also tests functions that are only in the websocket handler and e.g. also that shutdown messages are sent
Reactions are currently unavailable