We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70e133 commit 8e6a421Copy full SHA for 8e6a421
1 file changed
tests/unit/test_utils.py
@@ -14,6 +14,8 @@ def test_juju_ssh_key_paths(self):
14
assert public.endswith('ssh/juju_id_rsa.pub')
15
assert private.endswith('ssh/juju_id_rsa')
16
17
+
18
+class TestBaseArgument(unittest.TestCase):
19
def test_parse_base_arg(self):
20
base = parse_base_arg('ubuntu@22.04')
21
assert isinstance(base, client.Base)
0 commit comments