aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/prettytable/py2/tests/ya.make
blob: 1f31bbb75c59e258061a9e83f41ed83f094367e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY2TEST()

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/python/prettytable
)

TEST_SRCS(
    prettytable_test.py
)

NO_LINT()

END()