pyexcel-xls
pyexcel-xls copied to clipboard
nose -> pytest
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.