utmt 0.2.0

Unit Test Macros. Several tools and macro for unit test improving.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# [Unreleased]

# [0.2.0] - 2026-02-06
## Added
- new macro `fail!()` to force the test failure.
- new macros `setup!()` and `teardown!()` for test starting and ending.
## Updated
- `assert_all!` macro simplification

# [0.1.0] - 2026-02-05
## Added
- new macro `assert_all!(...)` for multiple assertions