aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/jmespath/tests/ya.make
blob: c865997f16873a82b306462c8e01a157eae3285e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY23_TEST()

OWNER(g:python-contrib)

PEERDIR(
    contrib/python/jmespath
)

TEST_SRCS(
    __init__.py
    test_compliance.py
    test_parser.py
)

NO_LINT()

END()