ya.make 655 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. PY2TEST()
  2. PEERDIR(
  3. contrib/python/parso
  4. )
  5. DATA(
  6. arcadia/contrib/python/parso/py2/tests
  7. )
  8. TEST_SRCS(
  9. __init__.py
  10. conftest.py
  11. failing_examples.py
  12. test_absolute_import.py
  13. test_cache.py
  14. test_diff_parser.py
  15. test_error_recovery.py
  16. test_file_python_errors.py
  17. test_fstring.py
  18. test_get_code.py
  19. test_grammar.py
  20. test_load_grammar.py
  21. test_normalizer_issues_files.py
  22. test_old_fast_parser.py
  23. test_param_splitting.py
  24. test_parser.py
  25. test_parser_tree.py
  26. test_pep8.py
  27. test_pgen2.py
  28. test_prefix.py
  29. test_python_errors.py
  30. test_tokenize.py
  31. test_utils.py
  32. )
  33. NO_LINT()
  34. END()