On Jan 6, 3:25 am, Konrad Hinsen <[email protected]> wrote: > I just joined the clojure-contrib project and made my first > contribution (clojure.contrib.monads). I have a small test suite for > that module, and I wonder where that should go.
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. -Stuart Sierra --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
