libtest-mimic 0.8.1

Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`
Documentation
1
2
3
4
5
Examples
========

- `simple`: five dummy tests are created and executed
- **`tidy`**: most useful example. Generates a test for each `.rs` file and runs a simply tidy script as test.