~mpontillo/maas/add-logging-for-bug-1627362

« back to all changes in this revision

Viewing changes to src/maasserver/tests/test_macaddressfield.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:
12
12
__all__ = []
13
13
 
14
14
from django.core.exceptions import ValidationError
15
 
from maas.testing import TestCase
 
15
from maastesting import TestCase
16
16
from maasserver.macaddress import validate_mac
17
17
from maasserver.models import MACAddress
18
18
from maasserver.testing.factory import factory