Tweaking tests, removing local import.

This commit is contained in:
Josh Mervine
2014-08-04 11:30:13 -07:00
parent 120f0688a4
commit 089def51d8
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,7 +1,6 @@
package cli_test package cli_test
import ( import (
"."
"fmt" "fmt"
"os" "os"
"testing" "testing"
+2 -1
View File
@@ -1,9 +1,10 @@
package cli_test package cli_test
import ( import (
"."
"flag" "flag"
"testing" "testing"
"github.com/codegangsta/cli"
) )
func TestCommandDoNotIgnoreFlags(t *testing.T) { func TestCommandDoNotIgnoreFlags(t *testing.T) {
-1
View File
@@ -1,7 +1,6 @@
package cli_test package cli_test
import ( import (
"."
"flag" "flag"
"testing" "testing"
"time" "time"