# Functions
NewStateType parses a string and returns a new StateType or an error.
RegressAdd adds a new regression handler to the database.
CleanupScript removes orphaned script files from disk.
RegressDelete removes a cartridge from the regression db.
RegressList displays all entries in the database.
RegressRedux removes and adds an entry using the same parameters.
RegressRun runs all the tests in the regression database.
# Constants
List of valid StateType values.
List of valid StateType values.
List of valid StateType values.
List of valid StateType values.
List of valid StateType values.
# Structs
LogRegression runs for N frames and takes a digest of the log at the end of the run.
PlaybackRegression represents a regression type that processes a VCS recording.
VideoRegression is the simplest regression type.
# Interfaces
Regressor is the generic entry type in the regressionDB.
# Type aliases
Indicates the State recording method to use.