summaryrefslogtreecommitdiff
path: root/tests/test_asyncio/compat.py
blob: ced4974196fac4d85c2113230759bf62f6427ea5 (plain)
1
2
3
4
5
6
from unittest import mock

try:
    mock.AsyncMock
except AttributeError:
    import mock