github.com/n0needt0/glide@v0.0.0-20160325160517-844a77136d85/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  }