summaryrefslogtreecommitdiff
path: root/numpy/array_api/tests/__init__.py
blob: 536062e3827921df637105680ea9e8ea879b8f3e (plain)
1
2
3
4
5
6
7
"""
Tests for the array API namespace.

Note, full compliance with the array API can be tested with the official array API test
suite https://github.com/data-apis/array-api-tests. This test suite primarily
focuses on those things that are not tested by the official test suite.
"""