didimelli / testing-providers

Useful providers for testing purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Useful providers for testing purposes.


Languages

Language:Python 100.0%