aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/idna/py2/tests/ya.make
blob: 34a93060d5e8be463523ae9abcbcc32d8091a840 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PY2TEST()

PEERDIR(
    contrib/python/idna
)

TEST_SRCS(
    test_idna_compat.py
    test_idna.py
    test_intranges.py
    test_idna_codec.py
    test_idna_other.py
    test_idna_uts46.py
)

NO_LINT()

FORK_SUBTESTS()

END()