laywerrobot/lib/python3.6/site-packages/h5py/tests/old/__init__.py

37 lines
984 B
Python
Raw Normal View History

2020-08-27 21:55:39 +02:00
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 )