~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/testing/pages.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-02-19 13:26:27 UTC
  • mfrom: (12398.2.18 flush-out-canonical)
  • Revision ID: launchpad@pqm.canonical.com-20110219132627-vh0x7n3kv17h2dgd
[r=jtv][ui=none][no-qa] [r=jtv][no-qa] Move top-level modules from
 canonical into various places in lp. Deletes chunkydiff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    )
53
53
from canonical.launchpad.testing.systemdocs import (
54
54
    LayeredDocFileSuite,
55
 
    SpecialOutputChecker,
56
55
    stop,
57
56
    strip_prefix,
58
57
    )
918
917
    unnumberedfilenames = sorted(unnumberedfilenames)
919
918
 
920
919
    suite = unittest.TestSuite()
921
 
    checker = SpecialOutputChecker()
 
920
    checker = doctest.OutputChecker()
922
921
    # Add unnumbered tests to the suite individually.
923
922
    if unnumberedfilenames:
924
923
        suite.addTest(LayeredDocFileSuite(