Registry / testing / eun-go-hit

eun-go-hit

JSON →
library0.5.23gogounverified

Provides an HTTP integration test framework for Go, designed to be flexible and easy to use.

go get github.com/Eun/go-hit
INSTALL
IMPORT
SIG · EUN-GO-HIT
E
eun-go-hit
testinggov0.5.23
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.

hit
github.com/Eun/go-hit

Performs a GET request and expects a 200 status code.

package main import ( "testing" ht "github.com/Eun/go-hit" ) func TestHTTP(t *testing.T) { ht.Test(t, ht.Get("https://example.com"), ht.Expect().Status(ht.Equal(200)), ) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
eun-go-hit — go get eun-go-hit · libregistry