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

PEERDIR(
    contrib/python/more-itertools
)

TEST_SRCS(
    test_more.py
    test_recipes.py
)

NO_LINT()

END()