aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_lib/tests/ya.make
blob: 66701065334d3f21a5ffcc75bfe62f73fb737c4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OWNER(g:yatest)
 
PY23_TEST()
 
PEERDIR( 
    library/python/testing/yatest_lib 
) 
 
TEST_SRCS( 
    test_external.py
    test_testsplitter.py 
) 
 
END()