pyexcel-xls icon indicating copy to clipboard operation
pyexcel-xls copied to clipboard

nose -> pytest

Open pyrox0 opened this issue 6 months ago • 0 comments

With your PR, here is a check list:

  • [x] Has test cases written?
  • [x] Has all code lines tested?
  • [x] Has make format been run?
  • [x] Please update CHANGELOG.yml(not CHANGELOG.rst)
  • [x] Has fair amount of documentation if your change is complex
  • [x] Agree on NEW BSD License for your contribution

This PR is similar to https://github.com/pyexcel/pyexcel-ods/pull/45, where the test infrastructure has been moved from the deprecated nose test runner to the modern pytest test runner. The same tests run, and they all pass. I made the least possible code changes to get the tests to pass.

pyrox0 avatar Jul 29 '24 01:07 pyrox0