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

PEERDIR(
    contrib/python/decorator
)

PY_SRCS(
    TOP_LEVEL
    documentation.py
)

TEST_SRCS(
    #documentation.py
    test.py
)

NO_LINT()

END()