~juju-qa/juju-ci-tools/trunk

« back to all changes in this revision

Viewing changes to jujupy/tests/test_client.py

  • Committer: Aaron Bentley
  • Date: 2017-01-20 20:03:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1853.
  • Revision ID: aaron.bentley@canonical.com-20170120200312-81wixvxy5s918wem
Rename EnvJujuClient to ModelClient, provide a backwards-compatibility alias.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    ConditionList,
44
44
    Controller,
45
45
    describe_substrate,
46
 
    EnvJujuClient as ModelClient,
47
46
    ErroredUnit,
48
47
    GroupReporter,
49
48
    get_cache_path,
62
61
    Machine,
63
62
    MachineError,
64
63
    make_safe_config,
 
64
    ModelClient,
65
65
    NameNotAccepted,
66
66
    NoProvider,
67
67
    parse_new_state_server_from_error,