sfix
import "github.com/coralproject/shelf/internal/xenia/script/sfix"
Overview
Index
Package files
sfix.go
func Add(db *db.DB, scr script.Script) error
Add inserts a script for testing.
func Get(fileName string) (script.Script, error)
Get retrieves a set document from the filesystem for testing.
func Remove(db *db.DB, pattern string) error
Remove is used to clear out all the test sets from the collection.
All test documents must start with STEST in their name.
Generated by godoc2md