RediStomp is a simple Websocket wrapper around Redis Pub/Sub to allow delivery of messages via STOMP protocol
The test suite is hermetic — it needs no real Redis and makes no external
network calls (Redis is faked with fakeredis, and connection-failure paths use
a local throwaway socket server).
pip install -r requirements.txt -r test-requirements.txt
pytestNotes:
requirements.txtpinsuvloop, which is Linux/macOS only. On Windows, install the two dependency files withuvloopfiltered out (nothing in the test suite needs it); CI runs the full suite on Linux.- The suite runs on every pull request via
.github/workflows/pr_test.yaml.