~pwlars/lava-test/bug639930

« back to all changes in this revision

Viewing changes to tests/test_abrekcmd.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:
17
17
from optparse import make_option
18
18
from abrek.command import AbrekCmd, get_command, get_all_cmds
19
19
 
 
20
 
20
21
class testAbrekCmd(unittest.TestCase):
21
22
    def test_empty_run(self):
22
23
        cmd = AbrekCmd()