summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2018-12-21-09-54-30.bpo-21478.5gsXtc.rst
blob: 1000748c9c4862fe0c1bf5b916b781ce211e627a (plain)
1
2
Calls to a child function created with :func:`unittest.mock.create_autospec`
should propagate to the parent. Patch by Karthikeyan Singaravelan.