aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/six/py2/tests/ya.make
blob: f786b078c60b2f47c360bb43f653d1be66574be5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PY2TEST()

PEERDIR(
    contrib/python/six
)

TEST_SRCS(
    test_six.py
)

NO_LINT()

END()