~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/doc/menus.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:
77
77
    # assigned to the _last_obj_traversed attribute.
78
78
 
79
79
    >>> from lp.services.webapp import canonical_url
80
 
    >>> from canonical.lazr.testing.menus import make_fake_request
 
80
    >>> from lp.testing.menu import make_fake_request
81
81
 
82
82
    >>> root = Root('', None)
83
83
    >>> cookbook = Cookbook('joy-of-cooking', root)
931
931
    >>> from zope.interface import classImplements
932
932
    >>> from zope.traversing.adapters import DefaultTraversable
933
933
    >>> from zope.traversing.interfaces import IPathAdapter, ITraversable
934
 
    >>> from canonical.lazr.testing.menus import summarise_tal_links
 
934
    >>> from lp.testing.menu import summarise_tal_links
935
935
    >>> from lp.app.browser.tales import MenuAPI
936
936
    >>> from lp.testing import test_tales
937
937