opentofu/command/console_test.go
Mitchell Hashimoto a867457d75
command/console
2016-11-13 23:17:04 -08:00

7 lines
268 B
Go

package command
// ConsoleCommand is tested primarily with tests in the "repl" package.
// It is not tested here because the Console uses a readline-like library
// that takes over stdin/stdout. It is difficult to test directly. The
// core logic is tested in "repl"