github okken/pytest-check 2.7.5

latest release: 2.7.6
6 hours ago

Changed

  • Passing None to comparison functions like greater(), less(), etc. used to raise an exception, which caused a test failure and stopped the test.
    • That's unexpected with a check function.
    • So now the check fails with a meaningful error message and continues with the rest of the test.
  • (typing) Allow numpy floats with comparison functions to pass mypy.

Don't miss a new pytest-check release

NewReleases is sending notifications on new releases.