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

PEERDIR(
    contrib/python/xmltodict
)

TEST_SRCS(
    test_dicttoxml.py
    test_xmltodict.py
)

NO_LINT()

END()