commit | 36b7fdd3a46f290ca1e60026fef40960e4d4ac44 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:32:49 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:32:49 2023 +0000 |
tree | 19d7d7ae78b8ecf5e0e528d4c72f27566a677cb2 | |
parent | 725310cd0a9cd4d24204053df687ae7d255ead5b [diff] | |
parent | e2b40672c075396c00ccfc32d36da5b966bbe314 [diff] |
Snap for 10460766 from e2b40672c075396c00ccfc32d36da5b966bbe314 to mainline-healthfitness-release Change-Id: I44d48fdcd81e19aac3a2ea272ed9f7d54a7f2712
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.