~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/tests/test_queue.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-14 14:23:30 UTC
  • mfrom: (13194.2.9 initialise-to-initialize)
  • Revision ID: launchpad@pqm.canonical.com-20110614142330-2sbpt3j4uo8sb75y
[r=benji][no-qa] Normalize on initialize.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
                        suite_name='breezy-autotest', quiet=True):
88
88
        """Helper method to execute a queue command.
89
89
 
90
 
        Initialise output buffer and execute a command according
 
90
        Initialize output buffer and execute a command according
91
91
        given argument.
92
92
 
93
93
        Return the used QueueAction instance.