Hi Vencent,
On Sat, Aug 18, 2012 at 3:49 PM, Vincent wrote:
> Dear ,
>
> I am using clojure.test for test
>
> in one 'deftest , i had used 3 'is function to assert
> and in another 'deftest , i had used 5 'is function to assert
>
> It ran all test with sucess , but output is
>
> Ran 4 test
Is one of the asserts in some kind of loop or recursion?
On Sat, Aug 18, 2012 at 2:49 PM, Vincent wrote:
> Dear ,
>
> I am using clojure.test for test
>
> in one 'deftest , i had used 3 'is function to assert
> and in another 'deftest , i had used 5 'is function to assert
>
> It ran all tes
Would you be able to post some code demonstrating what you have observed,
perhaps reduced to the minimal case?
Cheers,
Chris
On 18 August 2012 13:49, Vincent wrote:
> Dear ,
>
> I am using clojure.test for test
>
> in one 'deftest , i had used 3 'is function to assert
> and in another 'de
Dear ,
I am using clojure.test for test
in one 'deftest , i had used 3 'is function to assert
and in another 'deftest , i had used 5 'is function to assert
It ran all test with sucess , but output is
Ran 4 tests containing 12 assertions
How come 12 ?
thanks in advance
Vincent
--
Yo