parameterized-macro 3.0.0

Attribute macro crate for parameterized tests.
Documentation
1
2
3
4
5
6
7
8
9
10
error: custom attribute panicked
 --> tests/fail/multiple_custom_test_attributes.rs:3:1
  |
3 | / #[parameterized(
4 | |     v = { 1, 2, 3, },
5 | |     w = { 1, 2, 3, },
6 | | )]
  | |__^
  |
  = help: message: parameterized-macro: the #[parameterized_macro(..)] attribute should not be present more than once!