diff options
author | deshevoy <deshevoy@yandex-team.ru> | 2022-02-10 16:46:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:57 +0300 |
commit | 28148f76dbfcc644d96427d41c92f36cbf2fdc6e (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /contrib/python/pytest/py3/_pytest/config/exceptions.py | |
parent | e988f30484abe5fdeedcc7a5d3c226c01a21800c (diff) | |
download | ydb-28148f76dbfcc644d96427d41c92f36cbf2fdc6e.tar.gz |
Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/pytest/py3/_pytest/config/exceptions.py')
-rw-r--r-- | contrib/python/pytest/py3/_pytest/config/exceptions.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/python/pytest/py3/_pytest/config/exceptions.py b/contrib/python/pytest/py3/_pytest/config/exceptions.py index a6441629b2c..4f1320e758d 100644 --- a/contrib/python/pytest/py3/_pytest/config/exceptions.py +++ b/contrib/python/pytest/py3/_pytest/config/exceptions.py @@ -2,10 +2,10 @@ from _pytest.compat import final @final -class UsageError(Exception): +class UsageError(Exception): """Error in pytest usage or invocation.""" - - -class PrintHelp(Exception): + + +class PrintHelp(Exception): """Raised when pytest should print its help to skip the rest of the - argument parsing and validation.""" + argument parsing and validation.""" |