Re: test-is: new feature suggestion

2009-03-20 Thread Frantisek Sodomka
On Mar 19, 11:08 pm, Stuart Sierra wrote: > Hi Frantisek! > > I can see where this is useful, and the only reason I haven't > implemented something like it for a test-is already is that I don't > expect it would be very commonly used outside of the very specific > case of testing the language its

Re: test-is: new feature suggestion

2009-03-19 Thread Stuart Sierra
Hi Frantisek! I can see where this is useful, and the only reason I haven't implemented something like it for a test-is already is that I don't expect it would be very commonly used outside of the very specific case of testing the language itself. Where else, other than a language specification o

test-is: new feature suggestion

2009-03-19 Thread Frantisek Sodomka
Hello Stuart & all! As discussed in this thread: test-is: generating and processing testing data http://groups.google.com/group/clojure/browse_frm/thread/3e84efefd7c0bebc/3652a4a9a124cc6b , sometimes it is necessary to test each value against each value. Example is zeros-are-equal (as you suggest