aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/pytests/ya.make
blob: bbc1c9dec33360ea80e6ff55f8dbae17267a5385 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PY3TEST()

SIZE(MEDIUM)

TEST_SRCS(
    test_tear_down.py
)

PEERDIR(
    library/python/testing/yatest_common
)

DEPENDS(
    library/cpp/testing/unittest/pytests/test_subject
)

END()

RECURSE(
    test_subject
)