Documentation ¶
Index ¶
- Constants
- func BackupAndRestore(t testing.TB) func()
- func BackupAndRestoreEnv(k string) func()
- func BackupAndRestoreWithId(t testing.TB, id string) func()
- func CompareGoldens(t testing.TB, out, goldenName string)
- func GetOsVersion(t *testing.T) string
- func IsGithubAction() bool
- func IsOnline() bool
- func MakeFakeHistoryEntry(command string) data.HistoryEntry
- func ResetFakeHistoryTimestamp()
- func ResetLocalState(t testing.TB)
- func RunTestServer() func()
- func TestLog(t testing.TB, line string)
Constants ¶
View Source
const ( DB_WAL_PATH = data.DB_PATH + "-wal" DB_SHM_PATH = data.DB_PATH + "-shm" )
Variables ¶
This section is empty.
Functions ¶
func BackupAndRestore ¶
func BackupAndRestoreEnv ¶
func BackupAndRestoreEnv(k string) func()
func BackupAndRestoreWithId ¶
func CompareGoldens ¶
func GetOsVersion ¶
func IsGithubAction ¶
func IsGithubAction() bool
func MakeFakeHistoryEntry ¶
func MakeFakeHistoryEntry(command string) data.HistoryEntry
func ResetFakeHistoryTimestamp ¶
func ResetFakeHistoryTimestamp()
func ResetLocalState ¶
func RunTestServer ¶
func RunTestServer() func()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.