aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_clojure/sequences.clj
AgeCommit message (Expand)Author
2009-05-14test-clojure: common helper functions in test-utils; control: doFrantisek Sodomka
2009-03-22test-clojure: added parallel.clj for pmap, pcalls, etc.;Frantisek Sodomka
2009-03-19test-sequences: every?, not-every?, not-any?Frantisek Sodomka
2009-03-19test-clojure: preparation for new testsFrantisek Sodomka
2009-03-18test-numbers: + - * / Frantisek Sodomka
2009-03-18test-clojure: added cases for nil non-equalityFrantisek Sodomka
2009-03-04test predicates: update for lazy-seq;Frantisek Sodomka
2009-03-04test sequences: updated test for empty?Frantisek Sodomka
2009-02-23test data-structures: equality, count, conj, peek, pop, key, val, sorted-set,...Frantisek 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-15test data_structures: hash-set; sequences: zipmapFrantisek Sodomka
2009-02-14test sequences: distinct, vals, keysFrantisek Sodomka
2009-02-10fix issue 22: additional tests for sequences: from Frantisek Sodomkascgilardi
2009-02-10fix issue 19: test-clojure/sequences: pmap regression, vector/seq equality, f...scgilardi
2008-12-27(really) add sequences to test_clojure from Frantisek Sodomkascgilardi