We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afcdbb commit 5f51fe1Copy full SHA for 5f51fe1
CHANGELOG.md
@@ -11,11 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Added
13
14
-- Init function can not be overridden on a per-test basis (`#[test(init = <expr>)]`).
+- Init function can now be overridden on a per-test basis (`#[test(init = my_custom_init)]`).
15
16
### Changed
17
18
-- Tests modules can now contain helper function (w/o test/init attributes).
+- Tests modules can now contain helper functions (=functions without test/init attributes).
19
20
## [0.7.0-alpha.0]
21
0 commit comments