~landscape/charms/trusty/glance/trunk

« back to all changes in this revision

Viewing changes to unit_tests/test_glance_utils.py

  • Committer: James Page
  • Date: 2013-11-08 05:31:34 UTC
  • mfrom: (42.1.2 glance)
  • Revision ID: james.page@canonical.com-20131108053134-639ubd0x4w4addkz
[merge][trivial] Tidy flake8 lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
 
28
28
class TestGlanceUtils(CharmTestCase):
 
29
 
29
30
    def setUp(self):
30
31
        super(TestGlanceUtils, self).setUp(utils, TO_PATCH)
31
32
        self.config.side_effect = self.test_config.get_all