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
This PR completes the removal of
nosetests
by replacing the required functions with similar features frompytest
. For theSkipTest
feature,pytest.mark.skip
is recommended. Documentation is updated to reflect these changes. Apytest.ini
file is created with two markers and paths to test folders. Currently, the tests innmrglue/fileio/tests
are not included due to a naming conflict. #200