Files
godb/internals/repl/repl_test.go
T

9 lines
368 B
Go
Raw Normal View History

2026-07-26 23:07:28 +05:30
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