]> granicus.if.org Git - python/commit
Fix to restore command line behaviour for test modules using unittest.main(). Regress...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Tue, 12 May 2009 10:46:23 +0000 (10:46 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Tue, 12 May 2009 10:46:23 +0000 (10:46 +0000)
commit7df82c9ef85fdcb0d7f4208d8ae1633959941e8e
tree045563200431c54a0645a37c8278e1882c7bb102
parent4ba25c25d29d68814f67ccc2e8e4fa4672d7f404
Fix to restore command line behaviour for test modules using unittest.main(). Regression caused by issue 5995. Michael
Lib/unittest.py