aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/prettytable/py3/tests/ya.make
blob: 50fbf7a3ac4b0241f679774b2a057e2696ce534b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY3TEST()

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/python/prettytable
    contrib/python/pytest-lazy-fixtures
)

TEST_SRCS(
    test_colortable.py
    test_prettytable.py
)

NO_LINT()

END()