commit | bf43a43d2f8633c08ea1d6fb3f9cc46cdeca4548 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Aug 08 01:12:56 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Aug 08 01:12:56 2024 +0000 |
tree | 1433ec8e4bb88c26cf58cae1dd1888ca12ff9c4a | |
parent | e59f463d4b2932020a03e4de4a5a14899ca26627 [diff] | |
parent | 525cff3f9e66c3b9b0b91a77419eaaec39ea42a9 [diff] |
Snap for 12199973 from 525cff3f9e66c3b9b0b91a77419eaaec39ea42a9 to 24Q4-release Change-Id: I56a49eee75b02d6cb3154ba18508bcaf7d0581cc
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.