[Checkins] SVN: zope.testbrowser/branches/jinty-webtest3/ Changes forgotten in previous commit

Brian Sutherland jinty at web.de
Sun Jan 30 08:17:54 EST 2011


Log message for revision 120006:
  Changes forgotten in previous commit

Changed:
  U   zope.testbrowser/branches/jinty-webtest3/CHANGES.txt
  U   zope.testbrowser/branches/jinty-webtest3/setup.py

-=-
Modified: zope.testbrowser/branches/jinty-webtest3/CHANGES.txt
===================================================================
--- zope.testbrowser/branches/jinty-webtest3/CHANGES.txt	2011-01-30 13:03:44 UTC (rev 120005)
+++ zope.testbrowser/branches/jinty-webtest3/CHANGES.txt	2011-01-30 13:17:54 UTC (rev 120006)
@@ -5,7 +5,9 @@
 3.11.2 (unreleased)
 -------------------
 
-- Nothing changed yet.
+- Integrate with WebTest. ``zope.testbrowser.wsgi.Browser`` is a new
+  ``Browser`` implementation that can wrap a ``webtest.TestApp``. This allows
+  simple and direct testing of WSGI applications.
 
 
 3.11.1 (2011-01-24)

Modified: zope.testbrowser/branches/jinty-webtest3/setup.py
===================================================================
--- zope.testbrowser/branches/jinty-webtest3/setup.py	2011-01-30 13:03:44 UTC (rev 120005)
+++ zope.testbrowser/branches/jinty-webtest3/setup.py	2011-01-30 13:17:54 UTC (rev 120006)
@@ -57,12 +57,11 @@
         ],
     extras_require = {
         'test': [
+            'WebTest',
             'zope.browserpage',
-            'zope.browserresource',
             'zope.component',
             'zope.container',
             'zope.principalregistry',
-            'zope.ptresource',
             'zope.publisher',
             'zope.security',
             'zope.site',



More information about the checkins mailing list