adtest 0.1.0

Library for better test generation
Documentation
1
2
3
4
5
6
7
error: Cleanup already defined
 --> tests/errors/multiple-cleanup.rs:5:1
  |
5 | #[adtest::adtest(cleanup = cleanup, cleanup = cleanup)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `adtest::adtest` (in Nightly builds, run with -Z macro-backtrace for more info)