~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/fakepackager.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:46:24 UTC
  • mfrom: (14562.1.4 apocalypse)
  • Revision ID: launchpad@pqm.canonical.com-20111222044624-zzfwcfyel4n7bjpu
[r=wgrant][no-qa] Move some test helpers from canonical.launchpad to
        lp.*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
used in tests.
5
5
 
6
6
    >>> import os
7
 
    >>> from canonical.launchpad.testing.fakepackager import FakePackager
 
7
    >>> from lp.soyuz.tests.fakepackager import FakePackager
8
8
 
9
9
 
10
10
== Setup and reset ==