Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

70 lines (45 loc) · 2.2 KB
  • #917 feat: add teardown fn for defmt-test

[v0.3.2]

Updates defmt-test-macros and therefore actually support #696.

[v0.3.1]

  • #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

[v0.3.0]

No changes.

  • #441 Support more items in #[tests] modules
  • #436 README.md: Remove outdated setup steps
  • #421 README.md: Update dependency version & use defmt::assert() and defmt::assert_eq() in the example
  • #418 Bump defmt-test-macros to v0.2.0
  • #414 README.md: Extend introduction
  • #410 Add Knurling-rs logo to API docs
  • #383 Modify attributes in place and handle #[cfg]
  • #297 Display the number of tests as they are executed.
  • #294 Allow use items inside the test module.

v0.1.0

Initial release.