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

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

TEST_SRCS(
    test_colortable.py
    test_prettytable.py
)

NO_LINT()

END()