aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/jsonschema/py2/tests/ya.make
blob: 156dbf093c0a0323eecfc55afb2fc1efd483a748 (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
PY2TEST()

PEERDIR(
    contrib/python/jsonschema
    contrib/python/mock
    contrib/python/Twisted
)

SRCDIR(contrib/python/jsonschema/py2/jsonschema/tests)

PY_SRCS(
    NAMESPACE jsonschema.tests
    _helpers.py
)

TEST_SRCS(
    __init__.py
    test_cli.py
    test_exceptions.py
    test_format.py
    test_types.py
    test_validators.py
)

NO_LINT()

END()