[Python-ideas] Re: Add asyncSetUpClass and asyncTearDown to IsolatedAsyncioTestCase

2020-12-31 Thread Andres Torres
Would it be possible to amend the code to have them exist at this stage? Please forgive me if this is a silly question as I am not that well acquainted with asynchronous programming. Additionally, in the title there is a typo, it should say Add asyncSetUpClass and asyncTearDown__**Class**__

[Python-ideas] Re: Add asyncSetUpClass and asyncTearDown to IsolatedAsyncioTestCase

2020-12-24 Thread Andrew Svetlov
The event loop does not exist at class setup and teardown stages. On Thu, Dec 24, 2020 at 8:36 AM Andres Torres wrote: > Title says it all. This might have been an oversight while making this > class. If not please let me know why it was not included! > > Thank you for considering my