test-better 0.2.1

Result-returning tests with `?`: composable matchers, rich failure output, no `.unwrap()`.
Documentation
1
2
3
4
5
6
7
error: unexpected end of input, expected string literal
 --> tests/ui/test_case_missing_label.rs:4:1
  |
4 | #[test_case(1 ;)]
  | ^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `test_case` (in Nightly builds, run with -Z macro-backtrace for more info)