aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_lib/tests/ya.make
blob: 89396b733e6be72c35e43c149e133183f5b9d1c8 (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()