ya.make 813 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. PY2TEST()
  2. PEERDIR(
  3. contrib/python/Jinja2
  4. )
  5. PY_SRCS(
  6. TOP_LEVEL
  7. res/__init__.py
  8. )
  9. DATA(
  10. arcadia/contrib/python/Jinja2/py2/tests/res
  11. )
  12. RESOURCE_FILES(
  13. PREFIX contrib/python/Jinja2/py2/tests/
  14. res/templates/broken.html
  15. res/templates/foo/test.html
  16. res/templates/mojibake.txt
  17. res/templates/syntaxerror.html
  18. res/templates/test.html
  19. res/templates2/foo
  20. )
  21. TEST_SRCS(
  22. conftest.py
  23. test_api.py
  24. test_bytecode_cache.py
  25. test_core_tags.py
  26. test_debug.py
  27. test_ext.py
  28. test_features.py
  29. test_filters.py
  30. test_idtracking.py
  31. test_imports.py
  32. test_inheritance.py
  33. test_lexnparse.py
  34. test_loader.py
  35. test_nativetypes.py
  36. test_regression.py
  37. test_runtime.py
  38. test_security.py
  39. test_tests.py
  40. test_utils.py
  41. )
  42. NO_LINT()
  43. END()