# README
sfix
import "github.com/coralproject/shelf/internal/xenia/script/sfix"
Overview
Index
- func Add(db *db.DB, scr script.Script) error
- func Get(fileName string) (script.Script, error)
- func Remove(db *db.DB, pattern string) error
Package files
func Add
func Add(db *db.DB, scr script.Script) error
Add inserts a script for testing.
func Get
func Get(fileName string) (script.Script, error)
Get retrieves a set document from the filesystem for testing.
func Remove
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