use-test
Primitive testing vocabulary facade for RustUse.
Experimental
use-test is experimental while it remains below 0.3.0.
Example
use TestCase;
use TestExpectation;
use TestOutcome;
let case = new;
let expectation = new;
let outcome = Passed;
assert_eq!;
assert_eq!;
assert!;
Scope
- Module-style aliases for every focused
use-test-*child crate. - Primitive metadata for assertions, expectations, cases, suites, outcomes, statuses, fixtures, snapshots, and reports.
Non-goals
- Running tests, assertion macros, mocking, snapshot storage, benchmark execution, or CI/reporting integrations.
License
Licensed under either Apache-2.0 or MIT.