Registry / testing / sealed-test

sealed-test

JSON →
library1.1.0rscratesunverified

A procmacro attribute to run your test in an isolated environment

# Cargo.toml [dependencies] sealed_test = "1.1.0"
INSTALL
IMPORT
SIG · SEALED-TEST
S
sealed-test
testingrustv1.1.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.

sealed_test
use sealed_test::sealed_test;

Run a test in an isolated environment using the sealed_test attribute

use sealed_test::sealed_test; #[sealed_test] fn test_isolated() { assert_eq!(2 + 2, 4); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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