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