commit | 1ef06c62d3c05cbba6448c56af30a09c551c9ec2 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Dec 03 00:26:06 2018 -0800 |
committer | Chris Withers <chris@withers.org> | Mon Dec 03 08:26:06 2018 +0000 |
tree | 9171c3d8700237399382159f1f75bc321f512651 | |
parent | 6cb0486ce861903448bd6ba1095685b6cd48e3bd [diff] |
bpo-32153: Add unit test for create_autospec with partial function returned in getattr (GH-10398) (#10855) * Add create_autospec with partial function returned in getattr * Use self.assertFalse instead of assert * Use different names and remove object (cherry picked from commit c667b094ae37799a7e42ba5cd2ad501cc7920888) Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>