Hi Honza,

You can also call `cljs.test/run-tests-block` yourself and count how many fns 
it returns for execution. If you have

(cljs.test/run-tests 'my.namespace 'my.other-namespace)

You use this to get the number of tests:

(dec (count (cljs.test/run-tests-block 'my.namespace 'my.other-namespace)))

`dec` is added because `run-tests-block` adds an extra fn in the end of the 
block to print the test summary.

Hope this helps

Sebastian

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to