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