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

OWNER(g:python-contrib)

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()