commit | 3c406d3c6d0878ea0ff6a613aaf8cb4df195b0fc | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Jun 13 01:11:03 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Jun 13 01:11:03 2024 +0000 |
tree | 8d7f6d6695b975a2116906415d64a8d6c0a81f8c | |
parent | 0cbd2caa4d201535b54f6f7880e33c380ef02574 [diff] | |
parent | 3db4b899ecda4ee06afcc4ea443f989d0efe3c09 [diff] |
Snap for 11962796 from 3db4b899ecda4ee06afcc4ea443f989d0efe3c09 to sdk-release Change-Id: I3c8649c7fe5c904d25875567098b9f705821b44a
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.