~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/sampledata-setup.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-25 08:55:37 UTC
  • mfrom: (13287.1.8 bug-800652)
  • Revision ID: launchpad@pqm.canonical.com-20110625085537-moikyoo2pe98zs7r
[r=jcsackett, julian-edwards][bug=800634,
        800652] Enable and display overrides on sync package uploads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
We only need this script for the playground sample data, so there's
10
10
little point in inspecting what it does to the test database in detail.
11
11
 
12
 
    >>> from lp.testing.script import run_script
 
12
    >>> from canonical.launchpad.ftests.script import run_script
13
13
 
14
14
    >>> return_code, output, error = run_script(
15
15
    ...     'utilities/soyuz-sampledata-setup.py')
21
21
    INFO ...
22
22
    INFO Done.
23
23
 
24
 
    >>> from lp.testing.layers import DatabaseLayer
 
24
    >>> from canonical.testing.layers import DatabaseLayer
25
25
    >>> DatabaseLayer.force_dirty_database()