github.com/kngu9/glide@v0.0.0-20160505135211-e73500c73591/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  }