github.com/Masterminds/glide@v0.13.4-0.20190710143844-b94b39d657d8/glide_test.go (about)

     1  package main
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestCommandsNonEmpty(t *testing.T) {
     8  	commands := commands()
     9  	if len(commands) == 0 {
    10  		t.Fail()
    11  	}
    12  }