~computer-janitor-hackers/systemcleaner/intrepid-sru-1-proposal

« back to all changes in this revision

Viewing changes to cruftremover/ui_cli_tests.py

Merged checks that apt's Packages lists are sane.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        self.state = MockState(enabled)
95
95
        self.parser = MockOptionParser()
96
96
 
 
97
    def verify_apt_cache(self):
 
98
        pass
 
99
 
97
100
 
98
101
class MockOptions(object):
99
102