~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/tests/distributionmirror-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:
7
7
Only full functionality distributions may have mirrors.
8
8
IDerivativeDistributions cannot use the form.
9
9
 
10
 
    >>> from canonical.launchpad.testing.pages import (
 
10
    >>> from lp.testing.pages import (
11
11
    ...     extract_text, find_tag_by_id)
12
12
 
13
13
    >>> distribution = factory.makeDistribution(name='youbuntu')
347
347
The archive mirror page summarizes the current state of the mirror.
348
348
 
349
349
    >>> from canonical.launchpad.webapp.interfaces import ILaunchBag
350
 
    >>> from canonical.launchpad.testing.pages import (
 
350
    >>> from lp.testing.pages import (
351
351
    ...     extract_text, find_tag_by_id)
352
352
 
353
353
    >>> login('no-priv@canonical.com')