~fwereade/pyjuju/fix-cluster-instances

« back to all changes in this revision

Viewing changes to juju/control/tests/test_add_unit.py

merge parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
from yaml import dump
3
3
 
4
4
from juju.control import main
5
 
from juju.machine.constraints import Constraints
6
5
 
7
6
from .common import MachineControlToolTest
8
7