manoharan-lab / holopy

Hologram processing and light scattering in python
GNU General Public License v3.0
131 stars 50 forks source link

Migrate from nose to pytest #425

Closed vnmanoharan closed 7 months ago

vnmanoharan commented 7 months ago

Nose is in maintenance mode and is no longer being updated. We have migrated to pytest in other projects and should do so for holopy too. Migration guide here: https://docs.pytest.org/en/7.1.x/how-to/nose.html

vnmanoharan commented 7 months ago

now addressed in develop. #434 moves all tests to pytest. There is still some unittest code that could be refactored to work with pytest, but since pytest supports unittest tests and isn't deprecating this support, there's no need to refactor now.