jjhelmus / nmrglue

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

Remove nosetests #201

Closed kaustubhmote closed 7 months ago

kaustubhmote commented 10 months 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 7 months 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.