Message398104
unitest.mock.patch does not work well when applied as a decorator to a function which is a generator.
It results in the function being changed from a generator function (co_flags 99) to a non-generator (co_flag 31) and the patch is not applied.
[I have a MWE, attached, and fairly simple fix, to the file mock.py, which I will put up as a PR in due course. This is the first time I've submitted a bug or PR, so apologies if I've not done this particularly well.] |
|
Date |
User |
Action |
Args |
2021-07-23 23:38:41 | garethmjwilliams | set | recipients:
+ garethmjwilliams |
2021-07-23 23:38:41 | garethmjwilliams | set | messageid: <1627083521.49.0.990756419002.issue44730@roundup.psfhosted.org> |
2021-07-23 23:38:41 | garethmjwilliams | link | issue44730 messages |
2021-07-23 23:38:41 | garethmjwilliams | create | |
|