~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/tests/test_processor.py

  • Committer: Francis J. Lacoste
  • Date: 2011-07-14 21:49:37 UTC
  • mto: This revision was merged to the branch mainline in revision 13501.
  • Revision ID: francis.lacoste@canonical.com-20110714214937-redwzax7e3ti1wxe
Lint sucks, but hoover blows.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
from lp.testing import TestCaseWithFactory
11
11
from lp.testing.publication import test_traverse
12
12
 
 
13
 
13
14
class TestProcessorNavigation(TestCaseWithFactory):
14
15
    layer = DatabaseFunctionalLayer
15
16
 
38
39
            'http://api.launchpad.dev/'
39
40
            'devel/+processors/quantum')
40
41
        self.assertEquals(family.processors[0], obj)
41