UsageΒΆ
To enable support for async tests just use aiounittest.AsyncTestCase instead
of unittest.TestCase (or decorate async test coroutines with async_test). The futurized
will help you to mock coroutines.
To enable support for async tests just use aiounittest.AsyncTestCase instead
of unittest.TestCase (or decorate async test coroutines with async_test). The futurized
will help you to mock coroutines.