aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/testing/unittest/pytests/ya.make
blob: bbc1c9dec33360ea80e6ff55f8dbae17267a5385 (plain) (tree)



















                                                     
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
)