~pwlars/lava-test/betteroutput

« back to all changes in this revision

Viewing changes to tests/test_hwprofile.py

  • Committer: Paul Larson
  • Date: 2010-09-10 17:10:08 UTC
  • mfrom: (26.1.3 dashboard)
  • Revision ID: paul.larson@canonical.com-20100910171008-94ptjc0leyvw79t4
Add basic support for configuration to get to the dashboard

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import abrek.hwprofile
19
19
from abrek.utils import fake_file
20
20
 
 
21
 
21
22
class AptCache:
22
23
    def __init__(self, packages=[]):
23
24
        self.packages = packages