curio
curio copied to clipboard
add CurioTestCase
This merge request adds a TestCase class called CurioTestCase which mimics the IsolatedAsyncioTestCase available in the unittest library. With this it is enough to do from curio.testcase import CurioTestCase
and create a regular unittest class inheriting from CurioTestCase
. It works with both the standard python unittest
and pytest