~sinzui/juju-ci-tools/remove-jujuci-gets.

« back to all changes in this revision

Viewing changes to tests/test_assess_ssh_keys.py

  • Committer: Curtis Hovey
  • Date: 2016-12-06 11:22:28 UTC
  • mfrom: (1468.2.323 trunk)
  • Revision ID: curtis@canonical.com-20161206112228-qqklcieubzbbolvr
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    main,
10
10
    parse_args,
11
11
    parse_ssh_keys_output,
12
 
)
 
12
    )
 
13
from fakejuju import fake_juju_client
13
14
from tests import (
14
15
    parse_error,
15
16
    TestCase,
16
 
)
17
 
from tests.test_jujupy import fake_juju_client
 
17
    )
18
18
 
19
19
 
20
20
class TestParseArgs(TestCase):