pytest plugin for aiosip support
The library allows to use aiosip pytest plugin without need for implicitly loading it like pytest_plugins = 'aiosip.pytest_plugin'.
Just run:
$ pip install pytest-aiosip
and write tests with the plugin support:
# TODO ;)