aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_lib/tests/ya.make
blob: fe7b1c7837f66392da5e234d38751c7865531548 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PY23_TEST()

PEERDIR(
    library/python/testing/yatest_lib
)

TEST_SRCS(
    test_external.py
    test_testsplitter.py
)

END()