Skip to content

gba_test v0.3.0

Latest
Compare
Choose a tag to compare
@Anders429 Anders429 released this 27 Dec 20:29
· 4 commits to master since this release

Added

  • Support for returning Result<T, E> from tests, as well as other custom return types.
  • ShouldPanic::YesWithMessage(message) to indicate that a panic message should contain the given substring.

Fixed

  • Scrolling through multiple failed tests no longer breaks due to incorrect pointer alignment arithmetic.
  • Filtered test scrolling will no longer panic due to underflows.