Global test collector for libtest-mimic
Macro to process test attribute for libtest-mimic-collect
Cargo subcommand: `cargo rudzio test` auto-generates a single-binary aggregator that runs every rudzio test in the workspace under one `#[rudzio::main]`.
Async testing framework with pluggable runtimes (tokio, compio) and per-test context setup/teardown.
Procedural macros for the rudzio async testing framework.
Internal AST-manipulation library backing `rudzio-macro`. Not a proc-macro crate, so consumers (including the macro's own integration tests) can import its regular items.
libtest-compatible argument parser
A slightly customized version of libtest-mimic, such that it can be easier create a test runner for test-with
Definition of the json output for libtest
Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`
Rust's built in unit-test and micro-benchmarking framework
a copy-paste of rust's built-in test runner