~rogpeppe/juju-core/438-local-instance-Addresses

« back to all changes in this revision

Viewing changes to worker/uniter/debug/server_test.go

  • Committer: Tarmac
  • Author(s): Tim Penhey
  • Date: 2013-09-20 03:21:56 UTC
  • mfrom: (1847.1.9 testbase)
  • Revision ID: tarmac-20130920032156-bdcdz4hd9jzpuim3
[r=thumper] Add a testbase package with no juju-core deps.

The base cleanup and logging suites are now there,
as are the patch functions.

A test also exists there to make sure that no juju-core
dependencies creep in.

https://codereview.appspot.com/13694046/

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
        gc "launchpad.net/gocheck"
16
16
 
17
 
        "launchpad.net/juju-core/testing"
18
17
        jc "launchpad.net/juju-core/testing/checkers"
 
18
        "launchpad.net/juju-core/testing/testbase"
19
19
)
20
20
 
21
21
type DebugHooksServerSuite struct {
22
 
        testing.LoggingSuite
 
22
        testbase.LoggingSuite
23
23
        ctx     *HooksContext
24
24
        fakebin string
25
25
        tmpdir  string