Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(42)

Unified Diff: utils/exec/exec_test.go

Issue 101760045: Do not use BaseSuite in utils if not required.
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: utils/exec/exec_test.go
=== modified file 'utils/exec/exec_test.go'
--- utils/exec/exec_test.go 2014-05-20 04:27:02 +0000
+++ utils/exec/exec_test.go 2014-05-26 15:35:25 +0000
@@ -7,13 +7,10 @@
jc "github.com/juju/testing/checkers"
gc "launchpad.net/gocheck"
- "launchpad.net/juju-core/testing"
"launchpad.net/juju-core/utils/exec"
)
-type execSuite struct {
- testing.BaseSuite
-}
+type execSuite struct{}
var _ = gc.Suite(&execSuite{})
« utils/apt/apt_test.go ('K') | « utils/command_test.go ('k') | utils/fslock/fslock_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b