asynctest icon indicating copy to clipboard operation
asynctest copied to clipboard

Enhance the standard unittest package with features for testing asyncio libraries

Results 52 asynctest issues
Sort by recently updated
recently updated
newest added

#161 starts being a showstopper for python 3.11 and if no new maintainers step in this project is not useable any more soon. #158 already asked the question and @Martiusweb...

/usr/local/lib/python3.8/site-packages/asynctest/mock.py:434: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def wait(self, skip=0): /usr/local/lib/python3.8/site-packages/asynctest/mock.py:448: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def...