Files

9 lines
368 B
Go

package repl
// TODO
// in trying to implement unit test for Run we would kinda endup implementing a test which would be somewhat similar to
// e2e test which we already have in place under ../tests directory
// PrintConsole simply prints godb > to the console, so not sure if we would need a test for that
// Skipping unit test for this, while marking it as a TODO