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

OWNER(g:python-contrib)

PEERDIR(
    contrib/python/decorator
)

PY_SRCS(
    TOP_LEVEL
    documentation.py
)

TEST_SRCS(
    #documentation.py
    test.py
)

NO_LINT()

END()