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

OWNER(g:python-contrib)

PEERDIR(
    contrib/python/xmltodict
)

TEST_SRCS(
    test_dicttoxml.py
    test_xmltodict.py
)

NO_LINT()

END()