aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/more-itertools/py2/tests/ya.make
blob: 61682e7e33416bd7cbe7f84b10824edd727a1d56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PY2TEST()

PEERDIR(
    contrib/python/more-itertools
)

SRCDIR(contrib/python/more-itertools/py2/more_itertools/tests)

TEST_SRCS(
    test_more.py
    test_recipes.py
)

NO_LINT()

END()