~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/doc/hierarchical-menu.txt

  • Committer: William Grant
  • Date: 2011-12-30 07:50:11 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230075011-y4cmg5xuoq6mu9ya
Merge canonical.lazr's menu testing stuff to lp.testing.menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
We'll add the objects to the request's list of traversed objects so
68
68
the hierarchy will discover them.
69
69
 
70
 
    >>> from canonical.lazr.testing.menus import make_fake_request
 
70
    >>> from lp.testing.menu import make_fake_request
71
71
    >>> request = make_fake_request(
72
72
    ...     'http://launchpad.dev/joy-of-cooking/spam',
73
73
    ...     [root, cookbook, recipe])