blob: bb0de564283ed025fa2e584559134fb993d495e6 (
plain) (
blame)
1
2
3
|
pytest-twisted is a plugin for pytest, which allows to test code, which uses the
twisted framework. test functions can return Deferred objects and pytest will
wait for their completion with this plugin.
|