diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
commit | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch) | |
tree | 64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/python/pytest/py2/pytest.py | |
parent | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff) | |
download | ydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/pytest/py2/pytest.py')
-rw-r--r-- | contrib/python/pytest/py2/pytest.py | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/python/pytest/py2/pytest.py b/contrib/python/pytest/py2/pytest.py index da1c277839d..ccc77b476f5 100644 --- a/contrib/python/pytest/py2/pytest.py +++ b/contrib/python/pytest/py2/pytest.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- # PYTHON_ARGCOMPLETE_OK """ pytest: unit and functional testing with Python. @@ -36,14 +36,14 @@ from _pytest.python_api import approx from _pytest.python_api import raises from _pytest.recwarn import deprecated_call from _pytest.recwarn import warns -from _pytest.warning_types import PytestAssertRewriteWarning -from _pytest.warning_types import PytestCacheWarning -from _pytest.warning_types import PytestCollectionWarning -from _pytest.warning_types import PytestConfigWarning +from _pytest.warning_types import PytestAssertRewriteWarning +from _pytest.warning_types import PytestCacheWarning +from _pytest.warning_types import PytestCollectionWarning +from _pytest.warning_types import PytestConfigWarning from _pytest.warning_types import PytestDeprecationWarning from _pytest.warning_types import PytestExperimentalApiWarning -from _pytest.warning_types import PytestUnhandledCoroutineWarning -from _pytest.warning_types import PytestUnknownMarkWarning +from _pytest.warning_types import PytestUnhandledCoroutineWarning +from _pytest.warning_types import PytestUnknownMarkWarning from _pytest.warning_types import PytestWarning from _pytest.warning_types import RemovedInPytest4Warning @@ -73,14 +73,14 @@ __all__ = [ "Module", "Package", "param", - "PytestAssertRewriteWarning", - "PytestCacheWarning", - "PytestCollectionWarning", - "PytestConfigWarning", + "PytestAssertRewriteWarning", + "PytestCacheWarning", + "PytestCollectionWarning", + "PytestConfigWarning", "PytestDeprecationWarning", "PytestExperimentalApiWarning", - "PytestUnhandledCoroutineWarning", - "PytestUnknownMarkWarning", + "PytestUnhandledCoroutineWarning", + "PytestUnknownMarkWarning", "PytestWarning", "raises", "register_assert_rewrite", |