On Dec 7, 2:49 pm, Allen Rohner <[EMAIL PROTECTED]> wrote: > An acceptable alternative would be to have a way to run all the tests > in a namespace and all 'children' of a namespace. Then I could create > a namespace like "test.functional.db.foo" "test.functional.db.bar" and > then say "(run-tests-recursive test.functional.db)" and have it run > the tests in foo and bar.
It's not automatic, but you can always write a function that calls (run-tests 'test.functional.db.foo 'test.functional.db.bar) clojure.contrib.test-clojure does something similar -- loading the lib runs all the tests. -S --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---