aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/PyHamcrest/tests/ya.make
blob: 65193017939079d10b4684ea327c5d3c9f3b84e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OWNER(g:python-contrib)

PY23_TEST()

NO_LINT()

TEST_SRCS(
    test_raises.py
    test_string_description.py
)

PEERDIR(
    contrib/python/PyHamcrest
)

END()