diff options
Diffstat (limited to 'numpy/array_api/tests/__init__.py')
-rw-r--r-- | numpy/array_api/tests/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/numpy/array_api/tests/__init__.py b/numpy/array_api/tests/__init__.py new file mode 100644 index 000000000..536062e38 --- /dev/null +++ b/numpy/array_api/tests/__init__.py @@ -0,0 +1,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. +""" |