frejanordsiek / hdf5storage

Python package to read and write a wide range of Python types to/from HDF5 formatted files. Can read/write data to the HDF5 based Matlab v7.3 MAT files.
BSD 2-Clause "Simplified" License
82 stars 24 forks source link

Change testing infrastructure from nose to pytest #96

Closed frejanordsiek closed 3 years ago

frejanordsiek commented 4 years ago

The unit testing currently uses the nose package, which is currently in maintenance mode only and support will eventually end. This package will be converted to use its successor nose2.

frejanordsiek commented 3 years ago

Actually, the plan is now to change over to pytest

frejanordsiek commented 3 years ago

Done in commit 1aafd79. A lot of warnings have turned up in doing this, interestingly.