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

PEERDIR(
    contrib/python/prettytable
)

TEST_SRCS(
    prettytable_test.py
)

NO_LINT()

END()