Skip to content

v1.0.10

Compare
Choose a tag to compare
@schollii schollii released this 18 Nov 02:53
· 39 commits to master since this release

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

Full Changelog: v1.0.8...v1.0.10