gitlab.com/apertussolutions/u-root@v7.0.0+incompatible/cmds/core/elvish/program/shell/shell_test.go (about)

     1  package shell
     2  
     3  import "testing"
     4  
     5  func TestShell(t *testing.T) {
     6  	// TODO(xiaq): Add tests.
     7  }