ya.make 823 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. PY2TEST()
  2. PEERDIR(
  3. contrib/python/simplejson
  4. )
  5. SRCDIR(
  6. contrib/python/simplejson/py2/simplejson/tests
  7. )
  8. TEST_SRCS(
  9. __init__.py
  10. test_bigint_as_string.py
  11. test_bitsize_int_as_string.py
  12. test_check_circular.py
  13. test_decimal.py
  14. test_decode.py
  15. test_default.py
  16. test_dump.py
  17. test_encode_basestring_ascii.py
  18. test_encode_for_html.py
  19. test_errors.py
  20. test_fail.py
  21. test_float.py
  22. test_for_json.py
  23. test_indent.py
  24. test_item_sort_key.py
  25. test_iterable.py
  26. test_namedtuple.py
  27. test_pass1.py
  28. test_pass2.py
  29. test_pass3.py
  30. test_raw_json.py
  31. test_recursion.py
  32. test_scanstring.py
  33. test_separators.py
  34. test_speedups.py
  35. test_str_subclass.py
  36. test_subclass.py
  37. # test_tool.py
  38. test_tuple.py
  39. test_unicode.py
  40. )
  41. NO_LINT()
  42. END()