aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/PyHamcrest
diff options
context:
space:
mode:
authorAnton Samokhvalov <pg83@yandex.ru>2022-02-10 16:45:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:15 +0300
commit72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch)
treeda2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /contrib/python/PyHamcrest
parent778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff)
downloadydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/PyHamcrest')
-rw-r--r--contrib/python/PyHamcrest/tests/ya.make2
-rw-r--r--contrib/python/PyHamcrest/ya.make136
2 files changed, 69 insertions, 69 deletions
diff --git a/contrib/python/PyHamcrest/tests/ya.make b/contrib/python/PyHamcrest/tests/ya.make
index 6519301793..77ce1d7236 100644
--- a/contrib/python/PyHamcrest/tests/ya.make
+++ b/contrib/python/PyHamcrest/tests/ya.make
@@ -3,7 +3,7 @@ OWNER(g:python-contrib)
PY23_TEST()
NO_LINT()
-
+
TEST_SRCS(
test_raises.py
test_string_description.py
diff --git a/contrib/python/PyHamcrest/ya.make b/contrib/python/PyHamcrest/ya.make
index c24f0fbef8..2f34c69df5 100644
--- a/contrib/python/PyHamcrest/ya.make
+++ b/contrib/python/PyHamcrest/ya.make
@@ -1,7 +1,7 @@
PY23_LIBRARY()
-
-LICENSE(BSD-3-Clause)
-
+
+LICENSE(BSD-3-Clause)
+
OWNER(g:python-contrib)
VERSION(1.9.0)
@@ -10,71 +10,71 @@ PEERDIR (
contrib/python/six
)
-SRCDIR(
- contrib/python/PyHamcrest/src
-)
-
-PY_SRCS(
- TOP_LEVEL
-
- hamcrest/core/compat.py
- hamcrest/core/assert_that.py
- hamcrest/core/matcher.py
- hamcrest/core/base_matcher.py
- hamcrest/core/selfdescribingvalue.py
- hamcrest/core/string_description.py
- hamcrest/core/core/isnot.py
- hamcrest/core/core/allof.py
- hamcrest/core/core/issame.py
- hamcrest/core/core/anyof.py
- hamcrest/core/core/isanything.py
- hamcrest/core/core/is_.py
- hamcrest/core/core/described_as.py
- hamcrest/core/core/raises.py
- hamcrest/core/core/isequal.py
- hamcrest/core/core/isnone.py
- hamcrest/core/core/isinstanceof.py
- hamcrest/core/core/__init__.py
- hamcrest/core/description.py
- hamcrest/core/selfdescribing.py
- hamcrest/core/base_description.py
- hamcrest/core/helpers/hasmethod.py
- hamcrest/core/helpers/wrap_matcher.py
- hamcrest/core/helpers/__init__.py
- hamcrest/core/__init__.py
- hamcrest/library/integration/match_equality.py
- hamcrest/library/integration/__init__.py
- hamcrest/library/number/ordering_comparison.py
- hamcrest/library/number/iscloseto.py
- hamcrest/library/number/__init__.py
- hamcrest/library/text/substringmatcher.py
- hamcrest/library/text/stringcontainsinorder.py
- hamcrest/library/text/isequal_ignoring_case.py
- hamcrest/library/text/stringstartswith.py
- hamcrest/library/text/stringendswith.py
- hamcrest/library/text/isequal_ignoring_whitespace.py
- hamcrest/library/text/stringcontains.py
- hamcrest/library/text/stringmatches.py
- hamcrest/library/text/__init__.py
- hamcrest/library/object/hasstring.py
- hamcrest/library/object/hasproperty.py
- hamcrest/library/object/haslength.py
- hamcrest/library/object/__init__.py
- hamcrest/library/collection/isdict_containingkey.py
- hamcrest/library/collection/issequence_onlycontaining.py
- hamcrest/library/collection/issequence_containing.py
- hamcrest/library/collection/issequence_containinginorder.py
- hamcrest/library/collection/isdict_containing.py
- hamcrest/library/collection/issequence_containinginanyorder.py
- hamcrest/library/collection/isin.py
- hamcrest/library/collection/isdict_containingvalue.py
- hamcrest/library/collection/is_empty.py
- hamcrest/library/collection/isdict_containingentries.py
- hamcrest/library/collection/__init__.py
- hamcrest/library/__init__.py
- hamcrest/__init__.py
-)
-
+SRCDIR(
+ contrib/python/PyHamcrest/src
+)
+
+PY_SRCS(
+ TOP_LEVEL
+
+ hamcrest/core/compat.py
+ hamcrest/core/assert_that.py
+ hamcrest/core/matcher.py
+ hamcrest/core/base_matcher.py
+ hamcrest/core/selfdescribingvalue.py
+ hamcrest/core/string_description.py
+ hamcrest/core/core/isnot.py
+ hamcrest/core/core/allof.py
+ hamcrest/core/core/issame.py
+ hamcrest/core/core/anyof.py
+ hamcrest/core/core/isanything.py
+ hamcrest/core/core/is_.py
+ hamcrest/core/core/described_as.py
+ hamcrest/core/core/raises.py
+ hamcrest/core/core/isequal.py
+ hamcrest/core/core/isnone.py
+ hamcrest/core/core/isinstanceof.py
+ hamcrest/core/core/__init__.py
+ hamcrest/core/description.py
+ hamcrest/core/selfdescribing.py
+ hamcrest/core/base_description.py
+ hamcrest/core/helpers/hasmethod.py
+ hamcrest/core/helpers/wrap_matcher.py
+ hamcrest/core/helpers/__init__.py
+ hamcrest/core/__init__.py
+ hamcrest/library/integration/match_equality.py
+ hamcrest/library/integration/__init__.py
+ hamcrest/library/number/ordering_comparison.py
+ hamcrest/library/number/iscloseto.py
+ hamcrest/library/number/__init__.py
+ hamcrest/library/text/substringmatcher.py
+ hamcrest/library/text/stringcontainsinorder.py
+ hamcrest/library/text/isequal_ignoring_case.py
+ hamcrest/library/text/stringstartswith.py
+ hamcrest/library/text/stringendswith.py
+ hamcrest/library/text/isequal_ignoring_whitespace.py
+ hamcrest/library/text/stringcontains.py
+ hamcrest/library/text/stringmatches.py
+ hamcrest/library/text/__init__.py
+ hamcrest/library/object/hasstring.py
+ hamcrest/library/object/hasproperty.py
+ hamcrest/library/object/haslength.py
+ hamcrest/library/object/__init__.py
+ hamcrest/library/collection/isdict_containingkey.py
+ hamcrest/library/collection/issequence_onlycontaining.py
+ hamcrest/library/collection/issequence_containing.py
+ hamcrest/library/collection/issequence_containinginorder.py
+ hamcrest/library/collection/isdict_containing.py
+ hamcrest/library/collection/issequence_containinginanyorder.py
+ hamcrest/library/collection/isin.py
+ hamcrest/library/collection/isdict_containingvalue.py
+ hamcrest/library/collection/is_empty.py
+ hamcrest/library/collection/isdict_containingentries.py
+ hamcrest/library/collection/__init__.py
+ hamcrest/library/__init__.py
+ hamcrest/__init__.py
+)
+
NO_LINT()
END()