Skip to content

gba_test_macros v0.3.0

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

Added

  • Support for returning Result<T, E> from tests, as well as other custom return types.
  • Expected messages for #[should_panic] attributes.

Fixed

  • #[ignore] no longer accepts incorrect arguments.