~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/tests/sourcepackage-views.txt

[r=wgrant][no-qa] Merge canonical.launchpad.testing into lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
    ...     print product.name
170
170
    bonkers
171
171
 
172
 
    >>> from canonical.launchpad.testing.pages import (
 
172
    >>> from lp.testing.pages import (
173
173
    ...     extract_text, find_tag_by_id)
174
174
    >>> content = find_tag_by_id(view.render(), 'upstreams')
175
175
    >>> for link in content.findAll('a'):