aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/deprecated/python/ruamel.ordereddict/tests/ya.make
blob: 5992a9e22429d4d06a9abf2f1ec89943b5a058a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY2TEST()

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/deprecated/python/ruamel.ordereddict
)

TEST_SRCS(
    test_ordereddict.py
    test_py2.py
    test_py27.py
)

NO_LINT()

END()