Skip to content

didimelli/testing-providers

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages