]> granicus.if.org Git - python/commit
- setUp and tearDown functions are now passed the test object
authorJim Fulton <jim@zope.com>
Sat, 28 Aug 2004 14:57:56 +0000 (14:57 +0000)
committerJim Fulton <jim@zope.com>
Sat, 28 Aug 2004 14:57:56 +0000 (14:57 +0000)
commitf54bad4564d6216cd658ce1d93421d8d40f7a719
treeafc77c631492477da69ebc9be9c2207322cabf03
parent91879ab8ea3ccb611a2b46b81a9984f451cb0669
- setUp and tearDown functions are now passed the test object

- Added a set_unittest_reportflags to set default reporting flags used
  when running doctests under unittest control.
Lib/doctest.py
Lib/test/test_doctest.py