]> granicus.if.org Git - python/commit
Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram
authorPetri Lehtinen <petri@digip.org>
Sat, 23 Feb 2013 17:52:51 +0000 (18:52 +0100)
committerPetri Lehtinen <petri@digip.org>
Sat, 23 Feb 2013 17:55:49 +0000 (18:55 +0100)
commit20054477f4671150e098b519dc1b85d7db6d27ab
treee2923f8ac088152e4919f2726273bc21c2d52b0a
parentd784e53d9683b26822cc08b02a4bc6cb5a482e66
Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram

Patch by Jyrki Pulliainen
Lib/unittest/main.py
Lib/unittest/test/test_program.py
Misc/NEWS