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

PEERDIR(
    contrib/python/typeguard
    contrib/python/typing-extensions
)

TEST_SRCS(
    conftest.py
    dummymodule.py
    test_importhook.py
    test_typeguard.py
    test_typeguard_py36.py
)

DATA(
    arcadia/contrib/python/typeguard/tests
)

NO_LINT()

END()