From 089def51d86d5f09b1153d01976cd976bbf8822d Mon Sep 17 00:00:00 2001 From: Josh Mervine Date: Mon, 4 Aug 2014 11:30:13 -0700 Subject: [PATCH] Tweaking tests, removing local import. --- app_test.go | 1 - command_test.go | 3 ++- context_test.go | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app_test.go b/app_test.go index 32807bf..81d1174 100644 --- a/app_test.go +++ b/app_test.go @@ -1,7 +1,6 @@ package cli_test import ( - "." "fmt" "os" "testing" diff --git a/command_test.go b/command_test.go index e601fc1..c0f556a 100644 --- a/command_test.go +++ b/command_test.go @@ -1,9 +1,10 @@ package cli_test import ( - "." "flag" "testing" + + "github.com/codegangsta/cli" ) func TestCommandDoNotIgnoreFlags(t *testing.T) { diff --git a/context_test.go b/context_test.go index 70bf2ad..b2d2412 100644 --- a/context_test.go +++ b/context_test.go @@ -1,7 +1,6 @@ package cli_test import ( - "." "flag" "testing" "time"