ya.make 626 B

123456789101112131415161718192021222324
  1. PY3TEST()
  2. PEERDIR(
  3. contrib/python/numpy/py3/tests
  4. )
  5. NO_LINT()
  6. SRCDIR(contrib/python/numpy/py3)
  7. TEST_SRCS(
  8. numpy/array_api/tests/__init__.py
  9. numpy/array_api/tests/test_array_object.py
  10. numpy/array_api/tests/test_creation_functions.py
  11. numpy/array_api/tests/test_data_type_functions.py
  12. numpy/array_api/tests/test_elementwise_functions.py
  13. numpy/array_api/tests/test_indexing_functions.py
  14. numpy/array_api/tests/test_manipulation_functions.py
  15. numpy/array_api/tests/test_set_functions.py
  16. numpy/array_api/tests/test_sorting_functions.py
  17. numpy/array_api/tests/test_validation.py
  18. )
  19. END()