Registry / testing / markbates-willie

markbates-willie

JSON →
library1.0.9gogounverified

Willie is a Go library for testing HTTP handlers and clients with a fluent API.

go get github.com/markbates/willie
INSTALL
IMPORT
SIG · MARKBATES-WILLIE
M
markbates-willie
testinggov1.0.9
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.

willie
github.com/markbates/willie

Test an HTTP handler using Willie

package main import ( "net/http" "github.com/markbates/willie" ) func main() { w := willie.New(http.NewServeMux()) w.Get("/").Expect().Status(http.StatusOK) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
markbates-willie — go get markbates-willie · libregistry