commit | 1b36ab11d4f7e96d35bb35b4dd2917bd8630ef30 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Thu Nov 09 20:57:59 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Nov 09 20:57:59 2023 +0000 |
tree | 2b24e36245e77dfad84583b5f41dafb21efc839f | |
parent | 184ebafb43b7b31c5d232df4c9f6bac2103a0319 [diff] | |
parent | 8980b854b052d485c843c2176fe44f977343382b [diff] |
Migrate to cargo_embargo. am: d8b699d629 am: 935d9f29d0 am: 8980b854b0 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libtest-mimic/+/2822772 Change-Id: Ieda2d080ff36b20b43776579d4113b056b0c368e 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.