Re: doubt about clojure.test output

2012-08-18 Thread Haim Ashkenazi
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

Re: doubt about clojure.test output

2012-08-18 Thread Moritz Ulrich
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

Re: doubt about clojure.test output

2012-08-18 Thread Chris Ford
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

doubt about clojure.test output

2012-08-18 Thread Vincent
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