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