[Checkins] SVN: van.testing/trunk/ Update docs

Brian Sutherland jinty at web.de
Fri Apr 3 04:49:58 EDT 2009


Log message for revision 98822:
  Update docs

Changed:
  U   van.testing/trunk/setup.py
  U   van.testing/trunk/van/testing/README.txt

-=-
Modified: van.testing/trunk/setup.py
===================================================================
--- van.testing/trunk/setup.py	2009-04-03 08:44:06 UTC (rev 98821)
+++ van.testing/trunk/setup.py	2009-04-03 08:49:58 UTC (rev 98822)
@@ -25,7 +25,7 @@
 setup(name="van.testing",
       version='2.0.0dev',
       license='ZPL 2.1',
-      url='http://pypi.python.org/pypi/van.timeformat',
+      url='http://pypi.python.org/pypi/van.testing',
       author_email='zope-dev at zope.org',
       author="Vanguardistas LLC",
       description="Layers for zope.testing to simplify test setups",

Modified: van.testing/trunk/van/testing/README.txt
===================================================================
--- van.testing/trunk/van/testing/README.txt	2009-04-03 08:44:06 UTC (rev 98821)
+++ van.testing/trunk/van/testing/README.txt	2009-04-03 08:49:58 UTC (rev 98822)
@@ -1,5 +1,8 @@
+van.testing provides tools for testing zope3/WSGI based applications that do
+not use the ZODB or local utilities.
+
 Testing Utilities
-=================
+-----------------
 
 The most common use of this testing module is functional testing zope
 applications. It provides tools to setup layers which load the configuration
@@ -32,7 +35,6 @@
      'wsgi.version': (1, 0)}
     Marker: MARKER
 
-
 Layers
 ------
 



More information about the Checkins mailing list