Registry / testing / efficientgo-e2e

efficientgo-e2e

JSON →
library0.14.0gogounverified

A framework for end-to-end testing of Go services with efficient resource management.

go get github.com/efficientgo/e2e
INSTALL
IMPORT
SIG · EFFICIENTGO-E2E
E
efficientgo-e2e
testinggov0.14.0
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.

e2e
✓ github.com/efficientgo/e2e

Runs an end-to-end test environment.

package main import ( "testing" "github.com/efficientgo/e2e" ) func TestService(t *testing.T) { e2e.New(t, "test").Run() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
efficientgo-e2e — go get efficientgo-e2e · libregistry