36 lines
984 B
Python
36 lines
984 B
Python
|
|
from __future__ import absolute_import
|
|
|
|
from . import ( test_attrs,
|
|
test_attrs_data,
|
|
test_base,
|
|
test_dataset,
|
|
test_datatype,
|
|
test_dimension_scales,
|
|
test_file,
|
|
test_file_image,
|
|
test_group,
|
|
test_h5,
|
|
test_h5f,
|
|
test_h5p,
|
|
test_h5t,
|
|
test_objects,
|
|
test_selections,
|
|
test_slicing )
|
|
|
|
MODULES = ( test_attrs,
|
|
test_attrs_data,
|
|
test_base,
|
|
test_dataset,
|
|
test_datatype,
|
|
test_dimension_scales,
|
|
test_file,
|
|
test_file_image,
|
|
test_group,
|
|
test_h5,
|
|
test_h5f,
|
|
test_h5p,
|
|
test_h5t,
|
|
test_objects,
|
|
test_selections,
|
|
test_slicing )
|