glob_test 0.2.0

Generate tests from a glob pattern
Documentation
1
2
3
4
5
6
7
8
9
error: `async` functions are not supported
 --> tests/ui/fail_async.rs:4:1
  |
3 | #[glob_test::glob("../usage/inputs/**/*.txt")]
  | ---------------------------------------------- in this attribute macro expansion
4 | async fn test(path: &Path) {
  | ^^^^^
  |
  = note: this error originates in the attribute macro `glob_test::glob` (in Nightly builds, run with -Z macro-backtrace for more info)