[issue25651] Confusing output for TestCase.subTest(0)

Nan Wu report at bugs.python.org
Sat Nov 21 12:12:46 EST 2015


Nan Wu added the comment:

Made it check against None explicitly. My concern is if [] is passed in, if will show [[]]. But this case should be rare.

----------
keywords: +patch
nosy: +Nan Wu
Added file: http://bugs.python.org/file41115/subtest_msg_check_against_None.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25651>
_______________________________________


More information about the Python-bugs-list mailing list