diff --git a/tests/integration/2d_reduction.py b/tests/integration/test_2d_reduction.py similarity index 100% rename from tests/integration/2d_reduction.py rename to tests/integration/test_2d_reduction.py diff --git a/tests/integration/3d_reduction.py b/tests/integration/test_3d_reduction.py similarity index 100% rename from tests/integration/3d_reduction.py rename to tests/integration/test_3d_reduction.py diff --git a/tests/integration/advanced_indexing.py b/tests/integration/test_advanced_indexing.py similarity index 100% rename from tests/integration/advanced_indexing.py rename to tests/integration/test_advanced_indexing.py diff --git a/tests/integration/append.py b/tests/integration/test_append.py similarity index 100% rename from tests/integration/append.py rename to tests/integration/test_append.py diff --git a/tests/integration/argmin.py b/tests/integration/test_argmin.py similarity index 100% rename from tests/integration/argmin.py rename to tests/integration/test_argmin.py diff --git a/tests/integration/array_creation.py b/tests/integration/test_array_creation.py similarity index 100% rename from tests/integration/array_creation.py rename to tests/integration/test_array_creation.py diff --git a/tests/integration/array_split.py b/tests/integration/test_array_split.py similarity index 100% rename from tests/integration/array_split.py rename to tests/integration/test_array_split.py diff --git a/tests/integration/binary_op.py b/tests/integration/test_binary_op.py similarity index 100% rename from tests/integration/binary_op.py rename to tests/integration/test_binary_op.py diff --git a/tests/integration/binary_op_2d.py b/tests/integration/test_binary_op_2d.py similarity index 100% rename from tests/integration/binary_op_2d.py rename to tests/integration/test_binary_op_2d.py diff --git a/tests/integration/binary_op_broadcast.py b/tests/integration/test_binary_op_broadcast.py similarity index 100% rename from tests/integration/binary_op_broadcast.py rename to tests/integration/test_binary_op_broadcast.py diff --git a/tests/integration/binary_op_complex.py b/tests/integration/test_binary_op_complex.py similarity index 100% rename from tests/integration/binary_op_complex.py rename to tests/integration/test_binary_op_complex.py diff --git a/tests/integration/binary_op_typing.py b/tests/integration/test_binary_op_typing.py similarity index 100% rename from tests/integration/binary_op_typing.py rename to tests/integration/test_binary_op_typing.py diff --git a/tests/integration/binary_ufunc.py b/tests/integration/test_binary_ufunc.py similarity index 100% rename from tests/integration/binary_ufunc.py rename to tests/integration/test_binary_ufunc.py diff --git a/tests/integration/bincount.py b/tests/integration/test_bincount.py similarity index 100% rename from tests/integration/bincount.py rename to tests/integration/test_bincount.py diff --git a/tests/integration/block.py b/tests/integration/test_block.py similarity index 100% rename from tests/integration/block.py rename to tests/integration/test_block.py diff --git a/tests/integration/cholesky.py b/tests/integration/test_cholesky.py similarity index 100% rename from tests/integration/cholesky.py rename to tests/integration/test_cholesky.py diff --git a/tests/integration/compare.py b/tests/integration/test_compare.py similarity index 100% rename from tests/integration/compare.py rename to tests/integration/test_compare.py diff --git a/tests/integration/complex_ops.py b/tests/integration/test_complex_ops.py similarity index 100% rename from tests/integration/complex_ops.py rename to tests/integration/test_complex_ops.py diff --git a/tests/integration/concatenate_stack.py b/tests/integration/test_concatenate_stack.py similarity index 100% rename from tests/integration/concatenate_stack.py rename to tests/integration/test_concatenate_stack.py diff --git a/tests/integration/contains.py b/tests/integration/test_contains.py similarity index 100% rename from tests/integration/contains.py rename to tests/integration/test_contains.py diff --git a/tests/integration/convolve.py b/tests/integration/test_convolve.py similarity index 100% rename from tests/integration/convolve.py rename to tests/integration/test_convolve.py diff --git a/tests/integration/copy.py b/tests/integration/test_copy.py similarity index 100% rename from tests/integration/copy.py rename to tests/integration/test_copy.py diff --git a/tests/integration/dot.py b/tests/integration/test_dot.py similarity index 100% rename from tests/integration/dot.py rename to tests/integration/test_dot.py diff --git a/tests/integration/einsum.py b/tests/integration/test_einsum.py similarity index 100% rename from tests/integration/einsum.py rename to tests/integration/test_einsum.py diff --git a/tests/integration/eye.py b/tests/integration/test_eye.py similarity index 100% rename from tests/integration/eye.py rename to tests/integration/test_eye.py diff --git a/tests/integration/fill.py b/tests/integration/test_fill.py similarity index 100% rename from tests/integration/fill.py rename to tests/integration/test_fill.py diff --git a/tests/integration/flatten.py b/tests/integration/test_flatten.py similarity index 100% rename from tests/integration/flatten.py rename to tests/integration/test_flatten.py diff --git a/tests/integration/flip.py b/tests/integration/test_flip.py similarity index 100% rename from tests/integration/flip.py rename to tests/integration/test_flip.py diff --git a/tests/integration/get_item.py b/tests/integration/test_get_item.py similarity index 100% rename from tests/integration/get_item.py rename to tests/integration/test_get_item.py diff --git a/tests/integration/index_routines.py b/tests/integration/test_index_routines.py similarity index 100% rename from tests/integration/index_routines.py rename to tests/integration/test_index_routines.py diff --git a/tests/integration/ingest.py b/tests/integration/test_ingest.py similarity index 100% rename from tests/integration/ingest.py rename to tests/integration/test_ingest.py diff --git a/tests/integration/inlinemap-keeps-region-alive.py b/tests/integration/test_inlinemap-keeps-region-alive.py similarity index 100% rename from tests/integration/inlinemap-keeps-region-alive.py rename to tests/integration/test_inlinemap-keeps-region-alive.py diff --git a/tests/integration/inner.py b/tests/integration/test_inner.py similarity index 100% rename from tests/integration/inner.py rename to tests/integration/test_inner.py diff --git a/tests/integration/interop.py b/tests/integration/test_interop.py similarity index 100% rename from tests/integration/interop.py rename to tests/integration/test_interop.py diff --git a/tests/integration/intra_array_copy.py b/tests/integration/test_intra_array_copy.py similarity index 100% rename from tests/integration/intra_array_copy.py rename to tests/integration/test_intra_array_copy.py diff --git a/tests/integration/jacobi.py b/tests/integration/test_jacobi.py similarity index 100% rename from tests/integration/jacobi.py rename to tests/integration/test_jacobi.py diff --git a/tests/integration/length.py b/tests/integration/test_length.py similarity index 100% rename from tests/integration/length.py rename to tests/integration/test_length.py diff --git a/tests/integration/linspace.py b/tests/integration/test_linspace.py similarity index 100% rename from tests/integration/linspace.py rename to tests/integration/test_linspace.py diff --git a/tests/integration/logical.py b/tests/integration/test_logical.py similarity index 100% rename from tests/integration/logical.py rename to tests/integration/test_logical.py diff --git a/tests/integration/lstm_backward_test.py b/tests/integration/test_lstm_backward_test.py similarity index 100% rename from tests/integration/lstm_backward_test.py rename to tests/integration/test_lstm_backward_test.py diff --git a/tests/integration/lstm_simple_forward.py b/tests/integration/test_lstm_simple_forward.py similarity index 100% rename from tests/integration/lstm_simple_forward.py rename to tests/integration/test_lstm_simple_forward.py diff --git a/tests/integration/map_reduce.py b/tests/integration/test_map_reduce.py similarity index 100% rename from tests/integration/map_reduce.py rename to tests/integration/test_map_reduce.py diff --git a/tests/integration/mask.py b/tests/integration/test_mask.py similarity index 100% rename from tests/integration/mask.py rename to tests/integration/test_mask.py diff --git a/tests/integration/matmul.py b/tests/integration/test_matmul.py similarity index 100% rename from tests/integration/matmul.py rename to tests/integration/test_matmul.py diff --git a/tests/integration/nonzero.py b/tests/integration/test_nonzero.py similarity index 100% rename from tests/integration/nonzero.py rename to tests/integration/test_nonzero.py diff --git a/tests/integration/norm.py b/tests/integration/test_norm.py similarity index 100% rename from tests/integration/norm.py rename to tests/integration/test_norm.py diff --git a/tests/integration/numpy_interop.py b/tests/integration/test_numpy_interop.py similarity index 100% rename from tests/integration/numpy_interop.py rename to tests/integration/test_numpy_interop.py diff --git a/tests/integration/outer.py b/tests/integration/test_outer.py similarity index 100% rename from tests/integration/outer.py rename to tests/integration/test_outer.py diff --git a/tests/integration/overwrite_slice.py b/tests/integration/test_overwrite_slice.py similarity index 100% rename from tests/integration/overwrite_slice.py rename to tests/integration/test_overwrite_slice.py diff --git a/tests/integration/randint.py b/tests/integration/test_randint.py similarity index 100% rename from tests/integration/randint.py rename to tests/integration/test_randint.py diff --git a/tests/integration/reduction.py b/tests/integration/test_reduction.py similarity index 100% rename from tests/integration/reduction.py rename to tests/integration/test_reduction.py diff --git a/tests/integration/reduction_axis.py b/tests/integration/test_reduction_axis.py similarity index 100% rename from tests/integration/reduction_axis.py rename to tests/integration/test_reduction_axis.py diff --git a/tests/integration/reduction_complex.py b/tests/integration/test_reduction_complex.py similarity index 100% rename from tests/integration/reduction_complex.py rename to tests/integration/test_reduction_complex.py diff --git a/tests/integration/repeat.py b/tests/integration/test_repeat.py similarity index 100% rename from tests/integration/repeat.py rename to tests/integration/test_repeat.py diff --git a/tests/integration/reshape.py b/tests/integration/test_reshape.py similarity index 100% rename from tests/integration/reshape.py rename to tests/integration/test_reshape.py diff --git a/tests/integration/set_item.py b/tests/integration/test_set_item.py similarity index 100% rename from tests/integration/set_item.py rename to tests/integration/test_set_item.py diff --git a/tests/integration/shape.py b/tests/integration/test_shape.py similarity index 100% rename from tests/integration/shape.py rename to tests/integration/test_shape.py diff --git a/tests/integration/singleton_access.py b/tests/integration/test_singleton_access.py similarity index 100% rename from tests/integration/singleton_access.py rename to tests/integration/test_singleton_access.py diff --git a/tests/integration/slicing.py b/tests/integration/test_slicing.py similarity index 100% rename from tests/integration/slicing.py rename to tests/integration/test_slicing.py diff --git a/tests/integration/sort.py b/tests/integration/test_sort.py similarity index 100% rename from tests/integration/sort.py rename to tests/integration/test_sort.py diff --git a/tests/integration/squeeze.py b/tests/integration/test_squeeze.py similarity index 100% rename from tests/integration/squeeze.py rename to tests/integration/test_squeeze.py diff --git a/tests/integration/swapaxes.py b/tests/integration/test_swapaxes.py similarity index 100% rename from tests/integration/swapaxes.py rename to tests/integration/test_swapaxes.py diff --git a/tests/integration/tensordot.py b/tests/integration/test_tensordot.py similarity index 100% rename from tests/integration/tensordot.py rename to tests/integration/test_tensordot.py diff --git a/tests/integration/tile.py b/tests/integration/test_tile.py similarity index 100% rename from tests/integration/tile.py rename to tests/integration/test_tile.py diff --git a/tests/integration/transpose.py b/tests/integration/test_transpose.py similarity index 100% rename from tests/integration/transpose.py rename to tests/integration/test_transpose.py diff --git a/tests/integration/trilu.py b/tests/integration/test_trilu.py similarity index 100% rename from tests/integration/trilu.py rename to tests/integration/test_trilu.py diff --git a/tests/integration/unary_functions_2d.py b/tests/integration/test_unary_functions_2d.py similarity index 100% rename from tests/integration/unary_functions_2d.py rename to tests/integration/test_unary_functions_2d.py diff --git a/tests/integration/unary_functions_2d_complex.py b/tests/integration/test_unary_functions_2d_complex.py similarity index 100% rename from tests/integration/unary_functions_2d_complex.py rename to tests/integration/test_unary_functions_2d_complex.py diff --git a/tests/integration/unary_ufunc.py b/tests/integration/test_unary_ufunc.py similarity index 100% rename from tests/integration/unary_ufunc.py rename to tests/integration/test_unary_ufunc.py diff --git a/tests/integration/unique.py b/tests/integration/test_unique.py similarity index 100% rename from tests/integration/unique.py rename to tests/integration/test_unique.py diff --git a/tests/integration/update.py b/tests/integration/test_update.py similarity index 100% rename from tests/integration/update.py rename to tests/integration/test_update.py diff --git a/tests/integration/vdot.py b/tests/integration/test_vdot.py similarity index 100% rename from tests/integration/vdot.py rename to tests/integration/test_vdot.py diff --git a/tests/integration/view.py b/tests/integration/test_view.py similarity index 100% rename from tests/integration/view.py rename to tests/integration/test_view.py diff --git a/tests/integration/vstack.py b/tests/integration/test_vstack.py similarity index 100% rename from tests/integration/vstack.py rename to tests/integration/test_vstack.py diff --git a/tests/integration/where.py b/tests/integration/test_where.py similarity index 100% rename from tests/integration/where.py rename to tests/integration/test_where.py diff --git a/tests/integration/window.py b/tests/integration/test_window.py similarity index 100% rename from tests/integration/window.py rename to tests/integration/test_window.py