aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/PyHamcrest/tests/ya.make
blob: 77ce1d723693c8738fb9c3b59be281de9384339d (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()