aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/jsonschema/py3/tests/ya.make
blob: 73af0ff813bad9aa3b7147111fa4064f1381d6db (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
PY3TEST()

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

IF (PYTHON2)
    PEERDIR(
        contrib/python/mock
    )
ENDIF()

SRCDIR(contrib/python/jsonschema/py3/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()