/testing-providers

Useful providers for testing purposes.

Primary LanguagePython

Testing providers

To wrap an async function in an async provider. Very useful to test network interfaces or to test applications mocking outer services.

Supported providers

  • MQTT broker (anyio)
  • TCP server (anyio)
  • WebSocket server (trio)
  • WebSocket server (asyncio)