dabeaz / curio

Good Curio!
Other
4.03k stars 241 forks source link

add CurioTestCase #358

Open logileifs opened 1 year ago

logileifs commented 1 year ago

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