Clone this repo:
  1. 1b36ab1 Migrate to cargo_embargo. am: d8b699d629 am: 935d9f29d0 am: 8980b854b0 by Andrew Walbran · 6 months ago main master
  2. 184ebaf Migrate to cargo_embargo. am: d8b699d629 am: b595bb7179 am: 3cc1f87975 by Andrew Walbran · 6 months ago
  3. 8980b85 Migrate to cargo_embargo. am: d8b699d629 am: 935d9f29d0 by Andrew Walbran · 6 months ago
  4. 3cc1f87 Migrate to cargo_embargo. am: d8b699d629 am: b595bb7179 by Andrew Walbran · 6 months ago
  5. 935d9f2 Migrate to cargo_embargo. am: d8b699d629 by Andrew Walbran · 6 months ago

libtest-mimic

Write your own test harness that looks and behaves like the built-in test harness (used by rustc --test)!

This is a simple and small testing framework that mimics the original libtest. That means: all output looks pretty much like cargo test and most CLI arguments are understood and used. With that plumbing work out of the way, your test runner can focus on the actual testing. (MSRV: 1.60)

See the documentation or the examples/ folder for more information.


License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.