commit | 7264972e8822f7f63b4faae8e79321eaac6206d9 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue May 21 23:13:41 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue May 21 23:13:41 2024 +0000 |
tree | 8d7f6d6695b975a2116906415d64a8d6c0a81f8c | |
parent | 1d91a77f82490f49c6f9037beb31ac19192dc0ca [diff] | |
parent | e59f463d4b2932020a03e4de4a5a14899ca26627 [diff] |
Snap for 11869550 from e59f463d4b2932020a03e4de4a5a14899ca26627 to 24Q3-release Change-Id: I6b72a53ab00d072cc0eab652c886b3c8e58c88ca
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.