~seb128/update-manager/unity-icon-color

« back to all changes in this revision

Viewing changes to tests/test_update_list.py

  • Committer: Colin Watson
  • Date: 2013-02-21 17:32:49 UTC
  • Revision ID: cjwatson@canonical.com-20130221173249-f03ra31iorj25l6t
Fix PEP-8 failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
            self.updates_list.update(self.cache)
87
87
            self.assertUpdatesListLen(2)
88
88
 
 
89
 
89
90
class GroupingTestCase(unittest.TestCase):
90
91
    # installed_files does not respect aptroot, so we have to patch it
91
92
    @patch('apt.package.Package.installed_files', new_callable=PropertyMock)