~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-22 19:59:40 UTC
  • mfrom: (13992.1.4 yuixhr)
  • Revision ID: launchpad@pqm.canonical.com-20110922195940-7y8d2fzivvo7fuoy
[r=deryck][bug=724609][no-qa][incr] Add the ability to write app
        integration tests with YUI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
            'killservice = lp.scripts.utilities.killservice:main',
160
160
            'jsbuild = lp.scripts.utilities.js.jsbuild:main',
161
161
            'run = canonical.launchpad.scripts.runlaunchpad:start_launchpad',
 
162
            'run-testapp = '
 
163
                'canonical.launchpad.scripts.runlaunchpad:start_testapp',
162
164
            'harness = canonical.database.harness:python',
163
165
            'twistd = twisted.scripts.twistd:run',
164
 
            'start_librarian '
165
 
                '= canonical.launchpad.scripts.runlaunchpad:start_librarian',
 
166
            'start_librarian = '
 
167
                'canonical.launchpad.scripts.runlaunchpad:start_librarian',
166
168
            'ec2 = devscripts.ec2test.entrypoint:main',
167
169
        ]
168
170
    ),