Skip to content

Commit

Permalink
Tweaking tests, removing local import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Mervine committed Aug 4, 2014
1 parent 120f068 commit 089def5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cli_test

import (
"."
"fmt"
"os"
"testing"
Expand Down
3 changes: 2 additions & 1 deletion command_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package cli_test

import (
"."
"flag"
"testing"

"github.com/codegangsta/cli"
)

func TestCommandDoNotIgnoreFlags(t *testing.T) {
Expand Down
1 change: 0 additions & 1 deletion context_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cli_test

import (
"."
"flag"
"testing"
"time"
Expand Down

0 comments on commit 089def5

Please sign in to comment.