aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_clojure
AgeCommit message (Expand)Author
2009-02-23test logic: nil-punningFrantisek Sodomka
2009-02-18reverse and sort return () when passed empty colls since SVN 1294Frantisek Sodomka
2009-02-18Lazy: renamed rest to next, changed nil to () for lazy sequence functionsFrantisek Sodomka
2009-02-17Lazy: (seq? ()) => trueFrantisek Sodomka
2009-02-15test data_structures: hash-set; sequences: zipmapFrantisek Sodomka
2009-02-15fix issue 17: test compile-path, patch from Shawn Hooverscgilardi
2009-02-15fix issue 18: test agents error handling. Patch from Shawn Hooverscgilardi
2009-02-14test sequences: distinct, vals, keysFrantisek Sodomka
2009-02-14remove tests for non-integer modscgilardi
2009-02-12test numbers: mod, rem, quotFrantisek Sodomka
2009-02-11add test_clojure/data_structures.clj: tests for listFrantisek Sodomka
2009-02-10fix issue 22: additional tests for sequences: from Frantisek Sodomkascgilardi
2009-02-10fix issue 21: test-clojure/logic.clj from Frantisek Sodomkascgilardi
2009-02-10fix issue 19: test-clojure/sequences: pmap regression, vector/seq equality, f...scgilardi
2009-02-10fix issue 20: test predicates, from Frantisek Sodomkascgilardi
2009-02-10fix issue 16: test-clojure/evaluation: from Shawn Hooverscgilardi
2009-02-10fix issue 15, test_clojure/reader: patch from Shawn Hooverscgilardi
2009-01-29test-clojure.reader: fix some number tests for current clojure and added some...scgilardi
2008-12-27(really) add sequences to test_clojure from Frantisek Sodomkascgilardi
2008-12-23test_clojure/evaluation.clj: expect CompilerException on (eval '(1 2 3))Stuart Sierra
2008-12-23test_clojure/evaluation.clj: fix for ArrayMap literals & (eval '(1 2 3))Stuart Sierra
2008-12-22test_clojure: fix evaluation.clj so it compiles, add back to test_clojure.cljStuart Sierra
2008-12-17numbers.clj: replace use of (all-true ...) with (are _ ...)Stuart Sierra
2008-12-17test_clojure/for.clj: fix typo ("is" should be "if")Stuart Sierra
2008-12-16update my contribs to Eclipse Public License as requestedscgilardi
2008-12-13Add tests of 'for' with :when/:while on same binding form.Chouser
2008-12-13Add baseline tests for clojure.core/forChouser
2008-12-05test-clojure: evaluation tests from J. McConnellscgilardi
2008-11-17test_is.clj: *test-out* defaults to *out*; added each= and all-trueStuart Sierra
2008-11-16delete my contribs at their pre-SVN1088 locationsscgilardi
2008-11-12first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ...scgilardi
2008-10-30test-clojure: add BigDecimal reader tests, fix comments in numbersscgilardi
2008-10-30another restructure to give more useful resultsscgilardi
2008-10-30test-clojure: use explicit loading--it worksscgilardi
2008-10-30new tests dir, test-clojure will load any .clj files in it and then run all d...scgilardi
2008-10-30add printer tests, restructure test-clojurescgilardi
2008-10-23test-clojure.reader fix namespacescgilardi
2008-10-23test-clojure: completing Reader->readerscgilardi
2008-10-23itermim Reader -> Reader1scgilardi
2008-10-23test-clojure Reader.clj -> reader.cljscgilardi
2008-10-22fix typoscgilardi
2008-10-22clojure.contrib.test-clojure, nascent tester for Clojure's facilitiesscgilardi