- #917 feat: add teardown fn for defmt-test
Updates defmt-test-macros
and therefore actually support #696.
- #786:
defmt-test
: Exit with semihosting exit - #698 Expose number of tests with
DEFMT_TEST_COUNT
symbol in test artifact for other tools to pick up - #696 Add
#[before_each]
and#[after_each]
attributes
No changes.
- #441 Support more items in
#[tests]
modules
- #436
README.md
: Remove outdated setup steps - #421
README.md
: Update dependency version & usedefmt::assert()
anddefmt::assert_eq()
in the example
- #418 Bump
defmt-test-macros
tov0.2.0
- #414
README.md
: Extend introduction - #410 Add Knurling-rs logo to API docs
- #383 Modify attributes in place and handle
#[cfg]
Initial release.