github.com/mkuzmin/terraform@v0.3.7-0.20161118171027-ec4c00ff92a9/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"