opentofu/command/console_test.go

7 lines
268 B
Go
Raw Normal View History

2016-11-14 00:18:18 -06:00
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"