aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/wcwidth/tests/ya.make
blob: 9ebaad9237095330dcccc21b1803a53a9627c428 (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()