Looks great! thanks for sharing

On Thu, Mar 13, 2014 at 6:25 AM, Jochen <joc...@riekhof.de> wrote:

> Hi Jay...
>
> thanks for all the great new features.
>
> There is just one strangeness I have, exceptions seem not to work with
> more->, but did with given.
> E.g.
> (expect (more-> false identity
>                 AssertionError assert)
>         false)
>
> fails with reporting
>
> >> failure in ( sample_test.clj:4) : sample-test
>  >> (expect (more-> false identity AssertionError assert) false)
> >>    exp-msg: exception in expected: (more-> false identity
> AssertionError assert)
> >>     threw: class java.lang.AssertionError - Assert failed:
> x__653__auto__
> >>            on (sample_test.clj:4)
> >> Ran 1 tests containing 1 assertions in 55 msecs
> >> 0 failures, 1 errors.
>
> , but
>
> (expect AssertionError (assert false))
>
> still works.
>
> 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 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.
>

-- 
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