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

PEERDIR(
    contrib/python/wcwidth
)

TEST_SRCS(
    test_core.py
    test_ucslevel.py
)

NO_LINT()

END()