Registry / testing / scrappy-testing

scrappy-testing

JSON →
library0.0.1rscratesunverified

Testing utilities for the Scrappy framework.

# Cargo.toml [dependencies] scrappy-testing = "0.0.1"
INSTALL
IMPORT
SIG · SCRAPPY-TESTING
S
scrappy-testing
testingrustv0.0.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.

TestClient
use scrappy_testing::TestClient;

Create a test client and make a GET request.

use scrappy_testing::TestClient; let client = TestClient::new(); let response = client.get("/api/health").await.unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
scrappy-testing — cargo add scrappy-testing · libregistry