ya.make 199 B

123456789101112131415
  1. PY3_LIBRARY()
  2. PEERDIR(
  3. build/config/tests/cpp_style
  4. contrib/python/PyYAML
  5. library/python/resource
  6. library/python/testing/style
  7. )
  8. TEST_SRCS(
  9. conftest.py
  10. test_cpp.py
  11. )
  12. END()