mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Все подряд
This commit is contained in:
6
.venv2/Lib/site-packages/pytest_asyncio/__init__.py
Normal file
6
.venv2/Lib/site-packages/pytest_asyncio/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""The main point for importing pytest-asyncio items."""
|
||||
|
||||
from ._version import version as __version__ # noqa
|
||||
from .plugin import fixture, is_async_test
|
||||
|
||||
__all__ = ("fixture", "is_async_test")
|
16
.venv2/Lib/site-packages/pytest_asyncio/_version.py
Normal file
16
.venv2/Lib/site-packages/pytest_asyncio/_version.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# file generated by setuptools_scm
|
||||
# don't change, don't track in version control
|
||||
TYPE_CHECKING = False
|
||||
if TYPE_CHECKING:
|
||||
from typing import Tuple, Union
|
||||
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
||||
else:
|
||||
VERSION_TUPLE = object
|
||||
|
||||
version: str
|
||||
__version__: str
|
||||
__version_tuple__: VERSION_TUPLE
|
||||
version_tuple: VERSION_TUPLE
|
||||
|
||||
__version__ = version = '0.23.5'
|
||||
__version_tuple__ = version_tuple = (0, 23, 5)
|
1066
.venv2/Lib/site-packages/pytest_asyncio/plugin.py
Normal file
1066
.venv2/Lib/site-packages/pytest_asyncio/plugin.py
Normal file
File diff suppressed because it is too large
Load Diff
0
.venv2/Lib/site-packages/pytest_asyncio/py.typed
Normal file
0
.venv2/Lib/site-packages/pytest_asyncio/py.typed
Normal file
Reference in New Issue
Block a user