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

PEERDIR(
    contrib/python/wcwidth
)

TEST_SRCS(
    test_core.py
    test_ucslevel.py
)

NO_LINT()

END()