How to avoid ‘Asyncio runner is already initialised’ error, when running async tests in a for loop with Python’s Unittesting framework?
I am trying to run an async test case in a loop, with Python’s unittesting framework; however, I am running into a brick wall with the error: AssertionError: asyncio runner is already initialized