mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-20 08:30:07 -05:00
For unit testing in particular we can't launch a real browser for testing, so this indirection is primarily to allow us to substitute a mock when testing a command that can launch a browser. This includes a simple mock implementation that expects to interact with a running web server directly. |
||
|---|---|---|
| .. | ||
| mock.go | ||
| mock_test.go | ||
| native.go | ||
| webbrowser.go | ||