~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/services/tests/test_option.py

  • Committer: Marc Tardif
  • Date: 2011-08-29 09:15:02 UTC
  • Revision ID: marc.tardif@canonical.com-20110829091502-sfl5mwynurpuko1j
Added device states for system units.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    TestCase,
15
15
    )
16
16
 
17
 
from lpresults.xunit.option import (
 
17
from lpresults.services.option import (
18
18
    check_date,
19
19
    DateOption,
20
20
    )
21
 
from lpresults.xunit.testing.cases import ApplicationTestCase
 
21
from lpresults.services.testing.cases import ApplicationTestCase
22
22
 
23
23
 
24
24
class TestCheckDate(TestCase):