aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/backcall/tests/ya.make
blob: 4d010f558333133e0c2dad973c3a8e6d54103cf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PY3TEST()

PEERDIR(
    contrib/python/backcall
)

TEST_SRCS(
    test_callback_prototypes.py
)

NO_LINT()

END()