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

OWNER(g:python-contrib)

PEERDIR(
    contrib/python/backcall
)

TEST_SRCS(
    test_callback_prototypes.py
)

NO_LINT()

END()