]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35767: Fix unittest.loader to allow partials as test_functions (GH-11600) (#11662) 11672/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Jan 2019 17:30:59 +0000 (09:30 -0800)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 24 Jan 2019 17:30:59 +0000 (18:30 +0100)
commit841387dd43e67b1800d10e4d7ce1f8cedc9f3706
tree00485d78a1df32152346f83219ce0c5996178621
parent3be19c082b7f0ba3cf6c28922d3577126871788e
bpo-35767: Fix unittest.loader to allow partials as test_functions (GH-11600) (#11662)

(cherry picked from commit fd628cf5adaeee73eab579393cdff71c8f70cdf2)

Co-authored-by: Jason Fried <me@jasonfried.info>
Lib/unittest/loader.py
Lib/unittest/test/test_loader.py