commit | 0c073afe756e03fced61b36f8618818390dd1225 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Oct 08 21:25:32 2024 +0000 |
committer | James Farrell <[email protected]> | Tue Oct 08 21:25:32 2024 +0000 |
tree | 8f221d1eb9e7acb944dc2839a021cf0769772321 | |
parent | e1dd546c1465c50e3cb8769518800062fb814d5c [diff] |
Migrate 25 crates to monorepo itoa percent-encoding untrusted arbitrary nix arc-swap arrayvec axum-core bindgen-cli cov-mark equivalent fixedbitset foreign-types foreign-types-shared fxhash http hyper kernlog lazycell libtest-mimic libz-sys merge merge_derive mls-rs mls-rs-crypto-traits Bug: http://b/339424309 Test: treehugger Change-Id: I2cc5ef9acc9f309b65189b638ad17606079fa090
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.