gba_test v0.1.0
Anders429
released this
07 Jun 19:16
·
64 commits
to master
since this release
Added
#[test]
attribute for writing tests.- Test
runner()
for running tests on the Game Boy Advance. TestCase
trait for defining types that can be run on the test runner.Ignore
enum
to define whether a test should be ignored.ShouldPanic
enum
to define a test that is expected to panic.- Runtime for handling running tests on the Game Boy Advance.