Adds parametrization capabilty to #[test]
via #[args]
attribute macro.
toml
[dev-dependencies]
devbox = { version = "0.1" }
```rust
char_a: 'a';
char_b: 'b' ! "wrong char";
)]
fn parametrizedtestfor(character:) { asserteq!('a', character, "wrong char"); } ```
Check [#[args]] attribute for full example and usage specification.
Licensed under MIT license (LICENSE or https://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Devbox by you, shall be licensed as MIT, without any additional terms or conditions.