Skip to content

Commit 8e6a421

Browse files
committed
Move unit test to separate test class
1 parent c70e133 commit 8e6a421

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/test_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def test_juju_ssh_key_paths(self):
1414
assert public.endswith('ssh/juju_id_rsa.pub')
1515
assert private.endswith('ssh/juju_id_rsa')
1616

17+
18+
class TestBaseArgument(unittest.TestCase):
1719
def test_parse_base_arg(self):
1820
base = parse_base_arg('ubuntu@22.04')
1921
assert isinstance(base, client.Base)

0 commit comments

Comments
 (0)