File: //opt/alt/python37/lib/python3.7/site-packages/asynctest/__pycache__/__init__.cpython-37.pyc
B
�P�et � @ sF d Z ddlZddlT ddlT ddlT ddlT ddlT ddlT ejZdS )aT
The package asynctest is built on top of the standard :mod:`unittest` module
and cuts down boilerplate code when testing libraries for :mod:`asyncio`.
asynctest imports the standard unittest package, overrides some of its features
and adds new ones. A test author can import asynctest in place of
:mod:`unittest` safely.
It is divided in submodules, but they are all imported at the top level,
so :class:`asynctest.case.TestCase` is equivalent to :class:`asynctest.TestCase`.
Currently, asynctest targets the "selector" model. Hence, some features will
not (yet) work with Windows' proactor.
� N)�*� )�__doc__Zunittest�caseZmockZ_fail_on�helpers�selector�__all__� r r �C/opt/alt/python37/lib/python3.7/site-packages/asynctest/__init__.py�<module> s