ya.make 215 B

123456789101112131415161718192021
  1. PY3TEST()
  2. SIZE(MEDIUM)
  3. TEST_SRCS(
  4. test_tear_down.py
  5. )
  6. PEERDIR(
  7. library/python/testing/yatest_common
  8. )
  9. DEPENDS(
  10. library/cpp/testing/unittest/pytests/test_subject
  11. )
  12. END()
  13. RECURSE(
  14. test_subject
  15. )