Move OWNER reference master=>main. am: 21d6067f59 am: b03293cdcd am: 478b5b9e71 am: ea91eab5fa am: 86eca25278

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libtest-mimic/+/2662743

Change-Id: Iff09f8c41920a1939b42b3a6d8987397e039173f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: e800972ddb620563d80f601c034b87510285f5c3
  1. examples/
  2. src/
  3. tests/
  4. Android.bp
  5. Cargo.lock
  6. Cargo.toml
  7. Cargo.toml.orig
  8. cargo2android.json
  9. CHANGELOG.md
  10. LICENSE-APACHE
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. OWNERS
  14. README.md
README.md

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.