commit | 737a773250de901cc47c08504594eca9c7b908fb | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Apr 20 03:33:17 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Apr 20 03:33:17 2023 +0000 |
tree | 19d7d7ae78b8ecf5e0e528d4c72f27566a677cb2 | |
parent | 5fb38dd8ad881e6d177fa38be6bb303604d55609 [diff] | |
parent | 3b1029e670847dde3ac0009f4d4ae48279a27b33 [diff] |
Snap for 9972090 from 725310cd0a9cd4d24204053df687ae7d255ead5b to udc-release am: 3b1029e670 Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/libtest-mimic/+/22752248 Change-Id: I9abc816ae8269c2c1a0342707f2d8ef56f62230a 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.