commit | 318b0b34ea90825db60ec30ee4ae89d21ca7cb47 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Nov 10 02:12:02 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Nov 10 02:12:02 2023 +0000 |
tree | 2b24e36245e77dfad84583b5f41dafb21efc839f | |
parent | cb34cce8498abd35647d467b3e99669ae12b2af1 [diff] | |
parent | 1b36ab11d4f7e96d35bb35b4dd2917bd8630ef30 [diff] |
Snap for 11079393 from 1b36ab11d4f7e96d35bb35b4dd2917bd8630ef30 to 24D1-release Change-Id: I811a7b3c27d4615923761f5ddcc820de577adeaf
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.