Registry / testing / rogpeppe-testscript

rogpeppe-testscript

JSON →
library1.1.0gogounverified

Provides support for defining filesystem-based tests by creating scripts in a directory.

go get github.com/rogpeppe/testscript
INSTALL
IMPORT
SIG · ROGPEPPE-TESTSCRIP
R
rogpeppe-testscript
testinggov1.1.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.

testscript
github.com/rogpeppe/testscript

Run test scripts from a directory.

package main import ( "testing" "github.com/rogpeppe/testscript" ) func TestScripts(t *testing.T) { testscript.Run(t, testscript.Params{ Dir: "testdata", }) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rogpeppe-testscript — go get rogpeppe-testscript · libregistry