Skip to content

Commit c784fb6

Browse files
authored
MAINT: add testing to __all__ (#765)
Co-authored-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com> Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
1 parent d952237 commit c784fb6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/array_api_extra/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Extra array functions built on top of the array API standard."""
22

3+
from . import testing
34
from ._delegation import (
45
argpartition,
56
atleast_nd,
@@ -55,5 +56,6 @@
5556
"searchsorted",
5657
"setdiff1d",
5758
"sinc",
59+
"testing",
5860
"union1d",
5961
]

0 commit comments

Comments
 (0)