Message347584
"But - what are we solving for here?" I'll tell you what my fairly common use case is. Suppose I have some test infrastructure code, and I want to make some assertions in it. What I invariably end up doing is passing 'self' into the infrastructure method/class just so I can call the assert methods from it. I'd much rather be just calling the assertions, without carrying the whole test object around. It *works* to do that, but it bothers me every time I do it or read it in code, and it makes the infrastructure code needlessly more complicated and slightly harder to understand/read. |
|
| Date |
User |
Action |
Args |
| 2019-07-10 00:43:37 | r.david.murray | set | recipients:
+ r.david.murray, ncoghlan, rbcollins, eric.araujo, pakal, michael.foord, Julian, martin.panter, serhiy.storchaka, Gregory.Salvan |
| 2019-07-10 00:43:37 | r.david.murray | set | messageid: <[email protected]> |
| 2019-07-10 00:43:37 | r.david.murray | link | issue19645 messages |
| 2019-07-10 00:43:36 | r.david.murray | create | |
|