[Checkins] SVN: zope.testbrowser/branches/jinty-webtest/ Make the next release a new major release and add a CHANGES.txt item

Brian Sutherland jinty at web.de
Wed Dec 15 11:52:00 EST 2010


Log message for revision 118938:
  Make the next release a new major release and add a CHANGES.txt item

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

-=-
Modified: zope.testbrowser/branches/jinty-webtest/CHANGES.txt
===================================================================
--- zope.testbrowser/branches/jinty-webtest/CHANGES.txt	2010-12-15 16:47:42 UTC (rev 118937)
+++ zope.testbrowser/branches/jinty-webtest/CHANGES.txt	2010-12-15 16:52:00 UTC (rev 118938)
@@ -2,11 +2,12 @@
 CHANGES
 =======
 
-3.10.4 (unreleased)
+3.11.0 (unreleased)
 -------------------
 
-- Move the over-the-wire.txt doctest out of the TestBrowserLayer as it doesn't
-  need or use it.
+- 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.10.3 (2010-10-15)
 -------------------

Modified: zope.testbrowser/branches/jinty-webtest/setup.py
===================================================================
--- zope.testbrowser/branches/jinty-webtest/setup.py	2010-12-15 16:47:42 UTC (rev 118937)
+++ zope.testbrowser/branches/jinty-webtest/setup.py	2010-12-15 16:52:00 UTC (rev 118938)
@@ -27,7 +27,7 @@
 
 setup(
     name = 'zope.testbrowser',
-    version='3.10.4dev',
+    version='3.11.0dev',
     url = 'http://pypi.python.org/pypi/zope.testbrowser',
     license = 'ZPL 2.1',
     description = 'Programmable browser for functional black-box tests',



More information about the checkins mailing list