Here's a list of the test categories I think make sense: - [x] creation (#2) - [x] reduction (numeric, boolean, cumulative, order, order index) (#2) - [ ] indexing - [x] scalar, slice, integer array (#14) - [ ] boolean array - [ ] reshaping / coarsen - [ ] stack / unstack - [ ] expand_dims / squeeze - [ ] permute_dims / transpose - [ ] coarsen_reshape / coarsen - [ ] roll / shift - [ ] pad - [ ] concat - [ ] broadcasting - [ ] elementwise / arithmetic - [ ] chunked arrays
Here's a list of the test categories I think make sense: