You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brief description of what was accomplished with this project
Nibabel project has a large test coverage, but all of the test are run and written using Nosetes or Unitttest framework. We decided to move the test suits to pytest, that is newer, and highly popular python testing framework.
We've started moving the test using nose2pytest library for making basic and one-line changes in the tests, and manually changing more complex structures of the tests.
The work will be continue today and will be sponsored by Amtrak wifi and power support :)
The nibabel test suite uses the abandoned (stable, but unmaintained) nose library. For the sake of continued support for many neuroimaging formats, such as NIfTI-1/2 and AFNI's BRIK/HEAD, moving to a modern, supported test library will lower the barrier to entry to new contributors and maintainers.
This will also facilitate the inclusion of nitransforms in nibabel.
Status
Partially completed. No apparent reductions in coverage in the process thus far.
DC CC 2019 Project template, replace with project name
Instructions and template for final projects.
Brief description of what was accomplished with this project
Nibabel project has a large test coverage, but all of the test are run and written using Nosetes or Unitttest framework. We decided to move the test suits to pytest, that is newer, and highly popular python testing framework.
We've started moving the test using nose2pytest library for making basic and one-line changes in the tests, and manually changing more complex structures of the tests.
The work will be continue today and will be sponsored by Amtrak wifi and power support :)
Resources
Links to the repositories involved in your project
https://github.com/nipy/nibabel
nipy/nibabel#840
The text was updated successfully, but these errors were encountered: