l-abels

Results 4 comments of l-abels

I'm currently running into this same need. In particular, I have lots of tests that take this form: ``` PerformAnAction() data := GetDataForValidation() //Contains *multiple* assertions of varying types ValidateTheData(data)...

Actually, looking at the way this library tests its own asserts by giving it a dummy `testing.T`: ```assert := New(new(testing.T))``` It shouldn't be too hard to do the same thing...

This describes my situation exactly, including my experience with `ssim`. I've found myself wanting this feature a few times. I'm pretty close to breaking down and finally throwing a docker...

I implemented something similar about a year ago, this looks like a good solution. What needs to happen to get this merged? I'm running up against this use case again...