aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/xmltodict/py2/tests/ya.make
blob: 028c6ba474c1acd11d42400917f7dc49190fe7fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY2TEST()

PEERDIR(
    contrib/python/xmltodict
)

TEST_SRCS(
    test_dicttoxml.py
    test_xmltodict.py
)

NO_LINT()

END()