~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/tests/test_sourcepackagerecipe.py

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 06:30:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926063007-1fb5eelnidpnra9a
Fix lots of lint in recently-changed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        """
102
102
        registrant = self.factory.makePerson()
103
103
        return dict(
104
 
            registrant = registrant,
105
 
            owner = self.factory.makeTeam(owner=registrant),
106
 
            distroseries = [self.factory.makeDistroSeries()],
107
 
            name = self.factory.getUniqueString(u'recipe-name'),
108
 
            description = self.factory.getUniqueString(u'recipe-description'),
109
 
            recipe = self.factory.makeRecipeText(*branches))
 
104
            registrant=registrant,
 
105
            owner=self.factory.makeTeam(owner=registrant),
 
106
            distroseries=[self.factory.makeDistroSeries()],
 
107
            name=self.factory.getUniqueString(u'recipe-name'),
 
108
            description=self.factory.getUniqueString(u'recipe-description'),
 
109
            recipe=self.factory.makeRecipeText(*branches))
110
110
 
111
111
    def test_creation(self):
112
112
        # The metadata supplied when a SourcePackageRecipe is created is