]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600)
authorJason Fried <me@jasonfried.info>
Wed, 23 Jan 2019 20:57:25 +0000 (12:57 -0800)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 23 Jan 2019 20:57:25 +0000 (21:57 +0100)
commitfd628cf5adaeee73eab579393cdff71c8f70cdf2
tree7695ac974b593adb2b24121f6a8476551e8ed5e4
parentf6243ac1e4828299fe5a8e943d7bd41cab1f34cd
bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600)
Lib/unittest/loader.py
Lib/unittest/test/test_loader.py