~tvansteenburgh/charms/trusty/nova-compute/fix-tests

« back to all changes in this revision

Viewing changes to unit_tests/test_nova_compute_utils.py

tests/ -> unit_tests/

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from mock import patch, MagicMock, call
2
2
 
3
 
from tests.test_utils import CharmTestCase, patch_open
 
3
from unit_tests.test_utils import CharmTestCase, patch_open
4
4
 
5
5
 
6
6
import hooks.nova_compute_utils as utils