catalystneuro / lazy_ops

Lazy transposing and slicing of h5py and Zarr Datasets
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

tests #3

Closed bendichter closed 5 years ago

bendichter commented 5 years ago

I love that you wrote test for this. Would you please go the final step and refactor these into tests using pytest?

bendichter commented 5 years ago

also, please make test_file.py generate testfile.hdf5 and delete it after the tests have run

d-sot commented 5 years ago

Sure. It works with python -m pytest now, and the test hdf5 file is automatically generated and removed.