~cjohnston/summit/add-user-profiles

« back to all changes in this revision

Viewing changes to summit/schedule/tests.py

  • Committer: Chris Johnston
  • Date: 2012-02-07 15:57:15 UTC
  • mfrom: (232.5.8 userprofile)
  • Revision ID: chrisjohnston@ubuntu.com-20120207155715-3zwfjxd3julvecze
Displays everything on the user page

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
from summit.schedule.fields import NameField
34
34
 
35
35
from summit.schedule.models import *
 
36
 
36
37
from summit.schedule.render import Schedule
37
 
from summit.schedule import launchpad
 
38
 
 
39
from summit.common import launchpad
38
40
 
39
41
# Monkey-patch our NameField into the types of fields that the factory
40
42
# understands.  This is simpler than trying to subclass the Mommy