[Zope3-dev] Heads up: DocTestSuite changing

Jim Fulton jim at zope.com
Wed Jul 21 18:50:29 EDT 2004


- If a package is passed, it must be passed as a keyword argument.
   (For now, a package can also be passed before passing any file
   names, but this generates a deprecation warning.)

- File paths may contain '/'s as separators. These will be converted
   to native file separators at run time.

- It is now possible to pass set-up and tear-down methods

- It is now possible to pass a dictionary of initial global variables.

- Error output is improved as is meta data used for verbose output.

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list