commit | e1dd546c1465c50e3cb8769518800062fb814d5c | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Oct 08 15:33:00 2024 +0000 |
committer | James Farrell <[email protected]> | Tue Oct 08 15:33:00 2024 +0000 |
tree | f034cb99ee63c4283b742203d4e243a2fbeb4203 | |
parent | 8254c0505ab7351def676a80ee03a17560e6019c [diff] |
Restore missing LICENSE-MIT to match crate archive. Bug: http://b/339424309 Test: treehugger Change-Id: I59868debfa373fd535ddc6e7c1b2e8d67ff68235
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.