Petter S <[email protected]> added the comment: > Also, I personally subclassed TestCase in many of my projects specifically to > add async support. To do that you have to use a metaclass to scan class' > namespace for 'async def' functions.
Doesn't that break when, for example, test methods are decorated with unittest.mock.patch? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32972> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
