github.com/4396/glide@v0.13.1-0.20171021123830-906b620caf19/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  }