You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: