diff options
| author | skalsin <[email protected]> | 2022-02-10 16:46:39 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:39 +0300 | 
| commit | 5036b5f2122001f9aef8a0e4cd85440d73ea6b9f (patch) | |
| tree | 49e222ea1c5804306084bb3ae065bb702625360f /util/tests | |
| parent | 0ec5f3106fcb5e342ec13cdfad678bf4633580d5 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/tests')
| -rw-r--r-- | util/tests/cython/test_digest.py | 24 | ||||
| -rw-r--r-- | util/tests/cython/ya.make | 2 | 
2 files changed, 13 insertions, 13 deletions
diff --git a/util/tests/cython/test_digest.py b/util/tests/cython/test_digest.py index 092cb09c00d..89c95df720d 100644 --- a/util/tests/cython/test_digest.py +++ b/util/tests/cython/test_digest.py @@ -1,12 +1,12 @@ -# -*- coding: utf-8 -*-  -  -from __future__ import print_function, absolute_import, division  -  -from util.digest.multi_ut import TestMultiHash  -  -# Test discovery does not work in cython modules.  -# Reexporting test classes here to satisfy pylint and pytest.  -  -__all__ = [  -    'TestMultiHash',  -]  +# -*- coding: utf-8 -*- + +from __future__ import print_function, absolute_import, division + +from util.digest.multi_ut import TestMultiHash + +# Test discovery does not work in cython modules. +# Reexporting test classes here to satisfy pylint and pytest. + +__all__ = [ +    'TestMultiHash', +] diff --git a/util/tests/cython/ya.make b/util/tests/cython/ya.make index 59f324e23a4..b928c19026e 100644 --- a/util/tests/cython/ya.make +++ b/util/tests/cython/ya.make @@ -24,7 +24,7 @@ PY_SRCS(      stream/str_ut.pyx      string/cast_ut.pyx      system/types_ut.pyx -    digest/multi_ut.pyx  +    digest/multi_ut.pyx  )  TEST_SRCS(  | 
