Merge branch 'master' into tests-refactor

This commit is contained in:
2024-10-23 11:06:10 +03:00
11 changed files with 191 additions and 32 deletions

View File

@@ -27,6 +27,7 @@ var (
func TestEngine(sessionId string) (engine.Engine, func(), chan bool) {
ctx := context.Background()
ctx = context.WithValue(ctx, "SessionId", sessionId)
ctx = context.WithValue(ctx, "Database", "gdbm")
pfp := path.Join(scriptDir, "pp.csv")
var eventChannel = make(chan bool)