v1.0.10
What's Changed
- Script exits with code non-zero if invalid dir name given to nose2pytest (by @schollii)
- adds support for Python 3.9 - 3.11 and make it easier to support future versions of Python
- Add syntax highlighting to code samples in README by @nicoddemus in #3
- Support Python 3.8 by @jayvdb in #10
- Remove deprecated pytest_namespace by @PhilippSelenium in #9
- Add ok_ and eq_ by @jayvdb in #11
- Replace Travis CI with GitHub Actions by @hugovk in #18
- Update deprecated aliases for Python 3.11 compatibility. by @tirkarthi in #20
- transform assert_almost_equal (a,b) into assert a == approx(b) by @massich in #6
New Contributors
- @nicoddemus made their first contribution in #3
- @jayvdb made their first contribution in #10
- @PhilippSelenium made their first contribution in #9
- @hugovk made their first contribution in #18
- @tirkarthi made their first contribution in #20
- @massich made their first contribution in #6
Full Changelog: v1.0.8...v1.0.10