commit | 478b5b9e7137360927412128634fa3d5fd3a7da1 | [log] [tgz] |
---|---|---|
author | Sam Saccone <[email protected]> | Tue Jul 18 19:59:09 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jul 18 19:59:09 2023 +0000 |
tree | e800972ddb620563d80f601c034b87510285f5c3 | |
parent | a19783a3cea9b9b7eaf441e380bbeedc65466272 [diff] | |
parent | b03293cdcd39730b2789638b7cb2785a5988cb21 [diff] |
Move OWNER reference master=>main. am: 21d6067f59 am: b03293cdcd Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libtest-mimic/+/2662743 Change-Id: I99ed90369a6d753ef33c062f92a3c43777556e92 Signed-off-by: Automerger Merge Worker <[email protected]>
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.
Licensed under either of
at your option.
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.