Registry / testing / test-tools

test-tools

JSON →
library0.16.0rscratesunverified

Tools for writing and running tests, providing utilities for test automation.

# Cargo.toml [dependencies] test_tools = "0.16.0"
INSTALL
IMPORT
SIG · TEST-TOOLS
T
test-tools
testingrustv0.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

assert_eq
use test_tools::assertions::assert_eq;

Uses a custom assertion from test_tools.

use test_tools::assertions::assert_eq; fn main() { assert_eq!(1 + 1, 2); println!("Test passed"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
test-tools — cargo add test-tools · libregistry