[issue27341] mock.patch decorator fails silently on generators

2016-06-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.2 to 3.4 only get security fixes please provide a simple test that fails now and that you think should pass or at least warn. -- nosy: +michael.foord, terry.reedy stage: -> test needed ___ Python tracker

[issue27341] mock.patch decorator fails silently on generators

2016-06-16 Thread Shoshana Berleant
New submission from Shoshana Berleant: (at least in my case) I committed two tests before I realized the tests were not being run: https://github.com/nipy/nipype/blob/abe7920a051f1570ccce4b71f26f50102d6e4e12/nipype/testing/tests/test_utils.py#L23 I realized this afternoon, while writing some m