aboutsummaryrefslogtreecommitdiffstats
path: root/util/tests
diff options
context:
space:
mode:
authordanila-eremin <danila-eremin@yandex-team.ru>2022-02-10 16:46:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:21 +0300
commit358e631d1a69242d3ae4d6e6b1e4f7581d03133b (patch)
treedb997f29fd5f1b32ede8ce681a7c73ec0a0714d0 /util/tests
parentbf23f1e45d4627b54a70900ef362c1be748cc787 (diff)
downloadydb-358e631d1a69242d3ae4d6e6b1e4f7581d03133b.tar.gz
Restoring authorship annotation for <danila-eremin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/tests')
-rw-r--r--util/tests/cython/test_folder.py24
-rw-r--r--util/tests/cython/test_generic.py14
-rw-r--r--util/tests/cython/test_memory.py24
-rw-r--r--util/tests/cython/test_stream.py24
-rw-r--r--util/tests/cython/ya.make18
5 files changed, 52 insertions, 52 deletions
diff --git a/util/tests/cython/test_folder.py b/util/tests/cython/test_folder.py
index ca176ab2a5..25c94e6311 100644
--- a/util/tests/cython/test_folder.py
+++ b/util/tests/cython/test_folder.py
@@ -1,12 +1,12 @@
-# -*- coding: utf-8 -*-
-
-from __future__ import print_function, absolute_import, division
-
-from util.folder.path_ut import TestPath
-
-# Test discovery does not work in cython modules.
-# Reexporting test classes here to satisfy pylint and pytest.
-
-__all__ = [
- 'TestPath',
-]
+# -*- coding: utf-8 -*-
+
+from __future__ import print_function, absolute_import, division
+
+from util.folder.path_ut import TestPath
+
+# Test discovery does not work in cython modules.
+# Reexporting test classes here to satisfy pylint and pytest.
+
+__all__ = [
+ 'TestPath',
+]
diff --git a/util/tests/cython/test_generic.py b/util/tests/cython/test_generic.py
index a0d61339cc..d1f48c17bf 100644
--- a/util/tests/cython/test_generic.py
+++ b/util/tests/cython/test_generic.py
@@ -2,10 +2,10 @@
from __future__ import print_function, absolute_import, division
-from util.generic.deque_ut import TestDeque
+from util.generic.deque_ut import TestDeque
from util.generic.hash_ut import TestHash
-from util.generic.hash_set_ut import TestHashSet
-from util.generic.list_ut import TestList
+from util.generic.hash_set_ut import TestHashSet
+from util.generic.list_ut import TestList
from util.generic.maybe_ut import TestMaybe
from util.generic.ptr_ut import TestHolder
from util.generic.string_ut import TestStroka
@@ -16,11 +16,11 @@ from util.string.cast_ut import TestFromString, TestToString
# Reexporting test classes here to satisfy pylint and pytest.
__all__ = [
- 'TestDeque',
+ 'TestDeque',
'TestHash',
- 'TestHashSet',
- 'TestHolder',
- 'TestList',
+ 'TestHashSet',
+ 'TestHolder',
+ 'TestList',
'TestMaybe',
'TestStroka',
'TestVector',
diff --git a/util/tests/cython/test_memory.py b/util/tests/cython/test_memory.py
index 705f384726..02d00dc422 100644
--- a/util/tests/cython/test_memory.py
+++ b/util/tests/cython/test_memory.py
@@ -1,12 +1,12 @@
-# -*- coding: utf-8 -*-
-
-from __future__ import print_function, absolute_import, division
-
-from util.memory.blob_ut import TestBlob
-
-# Test discovery does not work in cython modules.
-# Reexporting test classes here to satisfy pylint and pytest.
-
-__all__ = [
- 'TestBlob',
-]
+# -*- coding: utf-8 -*-
+
+from __future__ import print_function, absolute_import, division
+
+from util.memory.blob_ut import TestBlob
+
+# Test discovery does not work in cython modules.
+# Reexporting test classes here to satisfy pylint and pytest.
+
+__all__ = [
+ 'TestBlob',
+]
diff --git a/util/tests/cython/test_stream.py b/util/tests/cython/test_stream.py
index 6abfe1de0d..ff0a052b4c 100644
--- a/util/tests/cython/test_stream.py
+++ b/util/tests/cython/test_stream.py
@@ -1,12 +1,12 @@
-# -*- coding: utf-8 -*-
-
-from __future__ import print_function, absolute_import, division
-
-from util.stream.str_ut import TestStringOutput
-
-# Test discovery does not work in cython modules.
-# Reexporting test classes here to satisfy pylint and pytest.
-
-__all__ = [
- 'TestStringOutput',
-]
+# -*- coding: utf-8 -*-
+
+from __future__ import print_function, absolute_import, division
+
+from util.stream.str_ut import TestStringOutput
+
+# Test discovery does not work in cython modules.
+# Reexporting test classes here to satisfy pylint and pytest.
+
+__all__ = [
+ 'TestStringOutput',
+]
diff --git a/util/tests/cython/ya.make b/util/tests/cython/ya.make
index b928c19026..231338b6a4 100644
--- a/util/tests/cython/ya.make
+++ b/util/tests/cython/ya.make
@@ -1,4 +1,4 @@
-PY23_TEST()
+PY23_TEST()
OWNER(g:util)
SUBSCRIBER(g:util-subscribers)
@@ -10,9 +10,9 @@ NO_WSHADOW()
PY_SRCS(
NAMESPACE
util
- folder/path_ut.pyx
+ folder/path_ut.pyx
generic/array_ref_ut.pyx
- generic/deque_ut.pyx
+ generic/deque_ut.pyx
generic/maybe_ut.pyx
generic/ptr_ut.pyx
generic/string_ut.pyx
@@ -20,19 +20,19 @@ PY_SRCS(
generic/list_ut.pyx
generic/hash_set_ut.pyx
generic/hash_ut.pyx
- memory/blob_ut.pyx
- stream/str_ut.pyx
+ memory/blob_ut.pyx
+ stream/str_ut.pyx
string/cast_ut.pyx
system/types_ut.pyx
digest/multi_ut.pyx
)
TEST_SRCS(
- test_digest.py
- test_folder.py
+ test_digest.py
+ test_folder.py
test_generic.py
- test_memory.py
- test_stream.py
+ test_memory.py
+ test_stream.py
test_system.py
)