On this page
tmuxtest.RunInPane
- Module
- tmuxtest
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/tmuxtest/screen.go
- RunInPane ( ctx : context.Context , t : testing.TB , command : string ) tmux.Pane
-
RunInPane creates an isolated pane, waits for its startup-file-free POSIX shell, and submits command with
Type. It does not wait for command to start or finish. Resources belong to t; setup failures calltesting.TB.Fatal. UseNewServerWithOptionsfor custom topology or configuration.
0 declared, 0 inherited