aboutsummaryrefslogtreecommitdiffstats
path: root/util/tests/cython
diff options
context:
space:
mode:
authorskalsin <skalsin@yandex-team.ru>2022-02-10 16:46:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:38 +0300
commit0ec5f3106fcb5e342ec13cdfad678bf4633580d5 (patch)
tree201e92c5c9e5d0123fc5f7be509649e36596dd0b /util/tests/cython
parenta693106aae8a3a3c7236a4ae953058a9611d7a92 (diff)
downloadydb-0ec5f3106fcb5e342ec13cdfad678bf4633580d5.tar.gz
Restoring authorship annotation for <skalsin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/tests/cython')
-rw-r--r--util/tests/cython/test_digest.py24
-rw-r--r--util/tests/cython/ya.make2
2 files changed, 13 insertions, 13 deletions
diff --git a/util/tests/cython/test_digest.py b/util/tests/cython/test_digest.py
index 89c95df720..092cb09c00 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 b928c19026..59f324e23a 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(