Midje icon indicating copy to clipboard operation
Midje copied to clipboard

how about add a roughly-all checker?

Open yfractal opened this issue 11 years ago • 1 comments

Hi!

In my project, i need to check "roughly" in many different situations, such as check two array or tow hash-map, so i write one.

It can check collections(array, list), hash-map(no matter how deep it is) and record. There are some examples https://github.com/yfractal/tmp-roughly-all/blob/master/test/roughly_for_all/core_test.clj#L95.

I'm not sure this kind of things are common for others, so i put it in a new project. What do you think of it? I will be very very happy, if it can be added to Midje! Please give me some advice about it. Thanks!

yfractal avatar May 25 '14 12:05 yfractal

Added to Trello "do next" column https://trello.com/c/T5stadTn/12-how-about-add-a-roughly-all-checker-279

marick avatar Nov 29 '14 01:11 marick