Registry / testing / test-harness

test-harness

JSON →
library0.3.1rscratesunverified

A test macro to wrap tests with arbitrary setup/teardown functions.

# Cargo.toml [dependencies] test-harness = "0.3.1"
INSTALL
IMPORT
SIG · TEST-HARNESS
T
test-harness
testingrustv0.3.1
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.

test
use test_harness::test;

Use the test macro to wrap a test.

use test_harness::test; #[test] fn my_test() { // test code }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Resources
test-harness — cargo add test-harness · libregistry