ya.make 893 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. PY3TEST()
  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/py3/tests/res
  11. )
  12. RESOURCE_FILES(
  13. PREFIX contrib/python/Jinja2/py3/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_async.py
  25. test_async_filters.py
  26. test_bytecode_cache.py
  27. test_compile.py
  28. test_core_tags.py
  29. test_debug.py
  30. test_ext.py
  31. test_filters.py
  32. test_idtracking.py
  33. test_imports.py
  34. test_inheritance.py
  35. test_lexnparse.py
  36. test_loader.py
  37. test_nativetypes.py
  38. test_nodes.py
  39. test_pickle.py
  40. test_regression.py
  41. test_runtime.py
  42. test_security.py
  43. test_tests.py
  44. test_utils.py
  45. )
  46. NO_LINT()
  47. END()