~pwlars/lava-test/bug639930

« back to all changes in this revision

Viewing changes to tests/test_abrektestinstaller.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:
21
21
 
22
22
from abrek.testdef import AbrekTestInstaller
23
23
 
 
24
 
24
25
class testAbrekTestInstaller(unittest.TestCase):
25
26
    def setUp(self):
26
27
        self.origdir = os.path.abspath(os.curdir)