Tweaking tests, removing local import.
This commit is contained in:
parent
120f0688a4
commit
089def51d8
@ -1,7 +1,6 @@
|
||||
package cli_test
|
||||
|
||||
import (
|
||||
"."
|
||||
"fmt"
|
||||
"os"
|
||||
"testing"
|
||||
|
@ -1,9 +1,10 @@
|
||||
package cli_test
|
||||
|
||||
import (
|
||||
"."
|
||||
"flag"
|
||||
"testing"
|
||||
|
||||
"github.com/codegangsta/cli"
|
||||
)
|
||||
|
||||
func TestCommandDoNotIgnoreFlags(t *testing.T) {
|
||||
|
@ -1,7 +1,6 @@
|
||||
package cli_test
|
||||
|
||||
import (
|
||||
"."
|
||||
"flag"
|
||||
"testing"
|
||||
"time"
|
||||
|
Loading…
Reference in New Issue
Block a user