JMS #4: Getting some cli tests going. Testing out flags
This commit is contained in:
12
command_test.go
Normal file
12
command_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package cli
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_True(t *testing.T) {
|
||||
expect(t, true, true)
|
||||
}
|
||||
|
||||
func Test_Run(t *testing.T) {
|
||||
}
|
Reference in New Issue
Block a user