commit | 184ebafb43b7b31c5d232df4c9f6bac2103a0319 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Thu Nov 09 20:47:53 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Nov 09 20:47:53 2023 +0000 |
tree | 2b24e36245e77dfad84583b5f41dafb21efc839f | |
parent | cb34cce8498abd35647d467b3e99669ae12b2af1 [diff] | |
parent | 3cc1f879752adf3e600c40cced5a5dcfd8dc5f0c [diff] |
Migrate to cargo_embargo. am: d8b699d629 am: b595bb7179 am: 3cc1f87975 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libtest-mimic/+/2822772 Change-Id: Idd76fccc165d5097d31af448320e26262477c159 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.