commit | 0d9abb3b3f790e71437294656f9aab5e3d6efe04 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Oct 08 23:11:13 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Oct 08 23:11:13 2024 +0000 |
tree | f034cb99ee63c4283b742203d4e243a2fbeb4203 | |
parent | dc9ec55ce3bf106f9fecde6374c3526de80a1436 [diff] | |
parent | e1dd546c1465c50e3cb8769518800062fb814d5c [diff] |
Snap for 12472708 from e1dd546c1465c50e3cb8769518800062fb814d5c to sdk-release Change-Id: I42e8e9b97f448fce8a69cf338ee1fee38f4467b3
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.