]> granicus.if.org Git - python/commit
Adds an exit parameter to unittest.main(). If False main no longer
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 2 May 2009 11:43:06 +0000 (11:43 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 2 May 2009 11:43:06 +0000 (11:43 +0000)
commit829f6b80529bcf66bf52bb9b301bf718118b8316
tree7850c9f8dda5c01911fb32083f97b05f529e36e5
parent27f204dc297945378f72536e63936bf3bb995fdf
Adds an exit parameter to unittest.main(). If False main no longer
calls sys.exit.

Closes issue 3379.

Michael Foord
Doc/library/unittest.rst
Doc/whatsnew/2.7.rst
Lib/test/test_unittest.py
Lib/unittest.py