~andrewjbeach/juju-ci-tools/get-juju-dict

« back to all changes in this revision

Viewing changes to tests/test_industrial_test.py

  • Committer: Martin Packman
  • Date: 2016-07-22 19:17:54 UTC
  • mto: (1543.1.1 extract_fakejuju_up)
  • mto: This revision was merged to the branch mainline in revision 1544.
  • Revision ID: martin.packman@canonical.com-20160722191754-3wtivqiho6dkabx8
Move fake_juju_client and related code into a new top level fakejuju file

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    )
22
22
import yaml
23
23
 
 
24
from fakejuju import (
 
25
    fake_juju_client,
 
26
    )
24
27
from industrial_test import (
25
28
    AttemptSuite,
26
29
    AttemptSuiteFactory,
67
70
    use_context,
68
71
)
69
72
from tests.test_deploy_stack import FakeBootstrapManager
70
 
from test_jujupy import (
 
73
from tests.test_jujupy import (
71
74
    assert_juju_call,
72
 
    fake_juju_client,
73
75
    FakePopen,
74
76
    observable_temp_file,
75
77
    )
76
 
from test_substrate import (
 
78
from tests.test_substrate import (
77
79
    get_aws_env,
78
80
    get_os_config,
79
81
    make_os_security_group_instance,