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