jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
211 stars 88 forks source link

Remove nosetests #201

Closed kaustubhmote closed 1 year ago

kaustubhmote commented 1 year ago

This PR completes the removal of nosetests by replacing the required functions with similar features from pytest. For the SkipTest feature, pytest.mark.skip is recommended. Documentation is updated to reflect these changes. A pytest.ini file is created with two markers and paths to test folders. Currently, the tests in nmrglue/fileio/tests are not included due to a naming conflict. #200

jjhelmus commented 1 year ago

LGTM. Thanks @kaustubhmote.
Renaming the files in the test/ directory should solve the conflicting module name problem. I'll do this in a separate PR.