bluetape-rs-test
Reusable test helpers for bluetape-rs crates.

This crate provides deterministic async assertions, MultithreadingTester,
SuspendedJobTester, and temporary resource cleanup helpers. Testcontainers
fixtures are intentionally deferred to the bluetape-rs-testcontainers
milestone.
Usage
[]
= "0.4.0"
use TempDir;
let temp = new.expect;
assert!;
temp.close.expect;