summaryrefslogtreecommitdiffstats
path: root/contrib/python/zope.interface/py3/tests
diff options
context:
space:
mode:
authormaxim-yurchuk <[email protected]>2024-10-09 12:29:46 +0300
committermaxim-yurchuk <[email protected]>2024-10-09 13:14:22 +0300
commit9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (patch)
treea8fb3181d5947c0d78cf402aa56e686130179049 /contrib/python/zope.interface/py3/tests
parenta44b779cd359f06c3ebbef4ec98c6b38609d9d85 (diff)
publishFullContrib: true for ydb
<HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
Diffstat (limited to 'contrib/python/zope.interface/py3/tests')
-rw-r--r--contrib/python/zope.interface/py3/tests/ya.make43
1 files changed, 43 insertions, 0 deletions
diff --git a/contrib/python/zope.interface/py3/tests/ya.make b/contrib/python/zope.interface/py3/tests/ya.make
new file mode 100644
index 00000000000..bc20b6da6da
--- /dev/null
+++ b/contrib/python/zope.interface/py3/tests/ya.make
@@ -0,0 +1,43 @@
+PY3TEST()
+
+SUBSCRIBER(g:python-contrib)
+
+PEERDIR(
+ contrib/python/zope.interface
+)
+
+SRCDIR(
+ contrib/python/zope.interface/py3/zope/interface
+)
+
+TEST_SRCS(
+ common/tests/__init__.py
+ common/tests/basemapping.py
+ common/tests/test_collections.py
+ common/tests/test_idatetime.py
+ common/tests/test_import_interfaces.py
+ common/tests/test_numbers.py
+ tests/__init__.py
+ tests/advisory_testing.py
+ tests/dummy.py
+ tests/idummy.py
+ tests/m1.py
+ tests/odd.py
+ tests/test_adapter.py
+ tests/test_advice.py
+ tests/test_declarations.py
+ tests/test_document.py
+ tests/test_element.py
+ tests/test_exceptions.py
+ tests/test_interface.py
+ tests/test_interfaces.py
+ tests/test_odd_declarations.py
+ tests/test_registry.py
+ tests/test_ro.py
+ tests/test_sorting.py
+ tests/test_verify.py
+)
+
+NO_LINT()
+
+END()