aboutsummaryrefslogtreecommitdiff
path: root/modules/seq/src/test
AgeCommit message (Collapse)Author
2010-09-03removed 9 deprecated functions from clojure.contrib.repl-utilsBen Smith-Mannschott
Promoted to clojure.core: - flatten - group-by - partition-by - frequencies - reductions - partition-all - shuffle - rand-elt (clojure.core/rand-nth) Not promoted to clojure.core: - includes? prefer 'contains?' for key testing, or 'some' for ad hoc linear searches. Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-08-10Add test sources to their respective modulesStuart Sierra