aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/zope.interface/py2/tests/ya.make
blob: 20a6fb2c1338e2481c17534c69de377dc7c230b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
PY2TEST()

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/python/zope.interface
)

SRCDIR(
    contrib/python/zope.interface/py2/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()