Jochen (and anyone else affected by this): Sorry, took me a few days,
but I've released 2.0.7, which fixes all the bugs reported above.

Cheers, Jay

On Thu, Mar 13, 2014 at 6:54 AM, Jay Fields <j...@jayfields.com> wrote:
> Thanks for all the examples, I'll look today at getting these fixed up.
>
>
> On Thursday, March 13, 2014, Jochen <joc...@riekhof.de> wrote:
>>
>> Hi Jay....
>>
>> unfortunately I found another one, again on AssertionErrors but this time
>> with for-each:
>> (expect AssertionError (from-each [a [1 2]] (assert (string? a)))) ;; all
>> pass as intended
>> (expect AssertionError (from-each [a [1 "2"]] (assert (string? a)))) ;;
>> still all pass but should signal 1 error
>> (expect AssertionError (from-each [a ["1" 2]] (assert (string? a)))) ;;
>> still all pass but should signal 1 error
>> (expect AssertionError (from-each [a ["1" "2"]] (assert (string? a)))) ;;
>> shows both errors
>>
>> Ciao
>>
>> ...Jochen
>>
>> Am Mittwoch, 12. März 2014 02:28:37 UTC+1 schrieb Jay Fields:
>>>>
>>>> expectations is a minimilist's unit testing framework
>>>>
>>>> website: http://jayfields.com/expectations/
>>>> github: https://github.com/jaycfields/expectations
>>>>
>>>> changelog:
>>>> https://github.com/jaycfields/expectations/blob/master/CHANGELOG.md
>>>>
>>>> some large changes that will hopefully result in even more concise and
>>>> maintainable tests.
>>>>
>>>> feedback always welcome.
>>>>
>>>> Jay
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Clojure" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/clojure/exQyg9YUUas/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to