curio icon indicating copy to clipboard operation
curio copied to clipboard

add CurioTestCase

Open logileifs opened this issue 2 years ago • 0 comments

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

logileifs avatar Nov 24 '22 19:11 logileifs