minitest v5.16.3 Release Notes

Release Date: 2022-08-17 // over 1 year ago
    • 🛠 2 bug fixes:

      • Fixed exception sanitization by removing TypeError restriction on rescue.
      • Use A instead of deprecated TESTOPTS in rake test:slow. (davidstosik)

Previous changes from v5.16.2

    • 🛠 4 bug fixes:

      • Added MT_KWARGS_HACK kludge for stub to deal with ruby 2.7 kwargs nastiness. (tsugimoto)
      • In #expect, pop Hash class from args if $MT_KWARGS_HACK. (casperisfine)
      • In above scenario, set expected kwargs (as Objects) based on actual kwargs.
      • Nuke ivars if exception fails to marshal twice (eg better_errors). (irphilli)