github.com/ves/terraform@v0.8.0-beta2/command/console_test.go (about)

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