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

OWNER(g:python-contrib)

PEERDIR(
    contrib/python/wcwidth
)

TEST_SRCS(
    test_core.py
    test_ucslevel.py
)

NO_LINT()

END()