HEX
Server: LiteSpeed
System: Linux us-phx-web1284.main-hosting.eu 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: u300739242 (300739242)
PHP: 8.2.30
Disabled: system, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/asynctest/__pycache__/__init__.cpython-37.pyc
B

�P�et�@sFdZddlZddlTddlTddlTddlTddlTddlTejZdS)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