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
|
|
13992.1.1
by Gary Poster
Add yui xhr integration test support. |
10 |
name="+yuitest" |
14600.2.2
by Curtis Hovey
Moved webapp to lp.services. |
11 |
for="lp.services.webapp.interfaces.ILaunchpadRoot" |
13992.1.1
by Gary Poster
Add yui xhr integration test support. |
12 |
class="lp.testing.yuixhr.YUITestFixtureControllerView" |
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>
|