Skip to main content

Module test_client

Module test_client 

Source
Expand description

In-memory test client (spec §4.1 “Test client”): no sockets, no network. override_dep is THE testing seam — fake any dependency, run real requests.

Panics in handlers propagate in tests by design — the serve path converts them to 500 JC0500.

Structs§

TestApp
TestPart
One part for TestApp::post_multipart.
TestResponse