github.com/shahidhk/glide@v0.13.2-0.20171214012703-3e13fd16ed5b/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  }