Registry / testing / warpfork-go-testmark

warpfork-go-testmark

JSON →
library0.12.1gogounverified

Package testmark provides a test data format and utilities for Go testing.

go get github.com/warpfork/go-testmark
INSTALL
IMPORT
SIG · WARPFORK-GO-TESTMA
W
warpfork-go-testmark
testinggov0.12.1
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.

testmark
github.com/warpfork/go-testmark

Read a testmark document from a file

package main import ( "fmt" "github.com/warpfork/go-testmark" ) func main() { doc, err := testmark.ReadFile("testdata.md") if err != nil { panic(err) } fmt.Println(doc.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
warpfork-go-testmark — go get warpfork-go-testmark · libregistry