ya.make 478 B

1234567891011121314151617181920212223242526
  1. PY3_PROGRAM()
  2. PEERDIR(
  3. library/python/testing/recipe
  4. library/python/testing/yatest_common
  5. library/recipes/docker_compose/lib
  6. )
  7. PY_SRCS(
  8. __main__.py
  9. )
  10. END()
  11. IF (NOT OPENSOURCE OR OPENSOURCE_PROJECT == "ya" OR AUTOCHECK)
  12. # Don't export tests and examples to customers
  13. RECURSE_FOR_TESTS(
  14. example
  15. example_network_go
  16. example_test_container
  17. example_test_container_go
  18. example_with_context
  19. test
  20. )
  21. ENDIF()