~rvb/maas/parent-child-relationship

« back to all changes in this revision

Viewing changes to templates/test.py

  • Committer: Gavin Panella
  • Date: 2012-01-23 12:28:04 UTC
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: gavin.panella@canonical.com-20120123122804-up10u13cubdjsx9s
Move maas.testing to maastesting and make it a Django app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
__metaclass__ = type
12
12
__all__ = []
13
13
 
14
 
from maas.testing import TestCase
 
14
from maastesting import TestCase
15
15
 
16
16
 
17
17
class TestSomething(TestCase):