10513.2.1
by Curtis Hovey
Add a crude yui-unit test runner. It does nothing, but all the pieces do work as |
1 |
<!-- Copyright 2010 Canonical Ltd. This software is licensed under the
|
2 |
GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
-->
|
|
4 |
||
5 |
<configure
|
|
6 |
xmlns="http://namespaces.zope.org/zope" |
|
7 |
xmlns:browser="http://namespaces.zope.org/browser"> |
|
8 |
||
9 |
<browser:page
|
|
10 |
name="+yui-unittest" |
|
11 |
for="canonical.launchpad.webapp.interfaces.ILaunchpadRoot" |
|
12 |
class="lp.testing.views.YUITestFileView" |
|
10513.2.3
by Curtis Hovey
Make YUITestFile decend from ExportedFolder. |
13 |
attribute="__call__" |
10513.2.1
by Curtis Hovey
Add a crude yui-unit test runner. It does nothing, but all the pieces do work as |
14 |
permission="zope.Public"/> |
15 |
||
16 |
</configure>
|