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

PEERDIR(
    contrib/python/six
)

TEST_SRCS(
    test_six.py
)

NO_LINT()

END()