pyropy / fastapi-socketio

Easily integrate socket.io with your FastAPI app 🚀
Apache License 2.0
328 stars 31 forks source link

how to (unit) test? #44

Open kodzonko opened 1 year ago

kodzonko commented 1 year ago

Hey, could you provide a minimal example how to test the socket manager functions, preferably using FastAPI TestClient?