On Tue, Jan 6, 2009 at 8:58 AM, Stuart Sierra <[email protected]> wrote: > > If you're using clojure.contrib.test-is (or even if you're not), I > would recommend putting tests in a separate namespace like > "clojure.contrib.mylib.tests", but keep all the files under "src", > like "src/clojure/contrib/mylib/tests.clj". Same for examples.
I recently added code from Juergen Gmeiner.that put its tests in a clojure.contrib.test-contrib. Only after committing did I notice that other libs have their tests in clojure.contrib.<lib>.tests. The the latter is preferred, I'll move the str-utils test. --Chouser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
