aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest/py2/pytest.py
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.ru>2022-02-10 16:44:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:30 +0300
commit2598ef1d0aee359b4b6d5fdd1758916d5907d04f (patch)
tree012bb94d777798f1f56ac1cec429509766d05181 /contrib/python/pytest/py2/pytest.py
parent6751af0b0c1b952fede40b19b71da8025b5d8bcf (diff)
downloadydb-2598ef1d0aee359b4b6d5fdd1758916d5907d04f.tar.gz
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/pytest/py2/pytest.py')
-rw-r--r--contrib/python/pytest/py2/pytest.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/python/pytest/py2/pytest.py b/contrib/python/pytest/py2/pytest.py
index ccc77b476f..da1c277839 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",