Staging
v0.5.1
https://github.com/python/cpython
Revision 1ef06c62d3c05cbba6448c56af30a09c551c9ec2 authored by Miss Islington (bot) on 03 December 2018, 08:26:06 UTC, committed by Chris Withers on 03 December 2018, 08:26:06 UTC
* 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>
1 parent 6cb0486
History
Tip revision: 1ef06c62d3c05cbba6448c56af30a09c551c9ec2 authored by Miss Islington (bot) on 03 December 2018, 08:26:06 UTC
bpo-32153: Add unit test for create_autospec with partial function returned in getattr (GH-10398) (#10855)
Tip revision: 1ef06c6
File Mode Size
cache.c -rw-r--r-- 12.2 KB
cache.h -rw-r--r-- 2.3 KB
connection.c -rw-r--r-- 54.4 KB
connection.h -rw-r--r-- 4.6 KB
cursor.c -rw-r--r-- 30.6 KB
cursor.h -rw-r--r-- 2.4 KB
microprotocols.c -rw-r--r-- 4.4 KB
microprotocols.h -rw-r--r-- 2.0 KB
module.c -rw-r--r-- 14.9 KB
module.h -rw-r--r-- 1.8 KB
prepare_protocol.c -rw-r--r-- 4.3 KB
prepare_protocol.h -rw-r--r-- 1.5 KB
row.c -rw-r--r-- 9.3 KB
row.h -rw-r--r-- 1.2 KB
statement.c -rw-r--r-- 16.3 KB
statement.h -rw-r--r-- 2.0 KB
util.c -rw-r--r-- 4.5 KB
util.h -rw-r--r-- 1.6 KB

back to top