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

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()