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

Unified Diff: cmd/juju/publish_test.go

Issue 13694046: Add a testbase package with no juju-core deps.
Patch Set: Created 11 years, 6 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: cmd/juju/publish_test.go
=== modified file 'cmd/juju/publish_test.go'
--- cmd/juju/publish_test.go 2013-09-13 14:48:13 +0000
+++ cmd/juju/publish_test.go 2013-09-20 02:33:04 +0000
@@ -13,12 +13,13 @@
"launchpad.net/juju-core/charm"
"launchpad.net/juju-core/cmd"
"launchpad.net/juju-core/testing"
+ "launchpad.net/juju-core/testing/testbase"
)
// Sadly, this is a very slow test suite, heavily dominated by calls to bzr.
type PublishSuite struct {
- testing.LoggingSuite
+ testbase.LoggingSuite
testing.HTTPSuite
home *testing.FakeHome

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