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