ya.make 569 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. PY23_LIBRARY()
  2. PY_SRCS(
  3. __init__.py
  4. config.py
  5. context.py
  6. main.py
  7. rewrite.py
  8. yatest_tools.py
  9. )
  10. STYLE_PYTHON()
  11. PEERDIR(
  12. contrib/python/attrs
  13. contrib/python/python-dateutil
  14. contrib/python/ipdb
  15. contrib/python/py
  16. contrib/python/pytest
  17. library/python/pytest/plugins
  18. library/python/testing/yatest_common
  19. library/python/testing/yatest_lib
  20. )
  21. IF (NOT OPENSOURCE)
  22. PEERDIR(contrib/tools/gprof2dot)
  23. ENDIF()
  24. RESOURCE_FILES(
  25. PREFIX library/python/pytest/
  26. pytest.yatest.ini
  27. )
  28. END()
  29. RECURSE_FOR_TESTS(
  30. ut
  31. )