index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
test_clojure
Age
Commit message (
Collapse
)
Author
2009-02-24
test numbers: non-integer tests for 'mod' since Clojure SVN 1302
Frantisek Sodomka
2009-02-23
test data-structures: equality, count, conj, peek, pop, key, val, ↵
Frantisek Sodomka
sorted-set, set, disj, test sequences: last, nth, range
2009-02-23
test logic: nil-punning
Frantisek Sodomka
test reader: 'nil 'false 'true
2009-02-18
reverse and sort return () when passed empty colls since SVN 1294
Frantisek Sodomka
2009-02-18
Lazy: renamed rest to next, changed nil to () for lazy sequence functions
Frantisek Sodomka
2009-02-17
Lazy: (seq? ()) => true
Frantisek Sodomka
2009-02-15
test data_structures: hash-set; sequences: zipmap
Frantisek Sodomka
2009-02-15
fix issue 17: test compile-path, patch from Shawn Hoover
scgilardi
2009-02-15
fix issue 18: test agents error handling. Patch from Shawn Hoover
scgilardi
2009-02-14
test sequences: distinct, vals, keys
Frantisek Sodomka
2009-02-14
remove tests for non-integer mod
scgilardi
2009-02-12
test numbers: mod, rem, quot
Frantisek Sodomka
2009-02-11
add test_clojure/data_structures.clj: tests for list
Frantisek Sodomka
2009-02-10
fix issue 22: additional tests for sequences: from Frantisek Sodomka
scgilardi
2009-02-10
fix issue 21: test-clojure/logic.clj from Frantisek Sodomka
scgilardi
2009-02-10
fix issue 19: test-clojure/sequences: pmap regression, vector/seq equality, ↵
scgilardi
from Shawn Hoover
2009-02-10
fix issue 20: test predicates, from Frantisek Sodomka
scgilardi
2009-02-10
fix issue 16: test-clojure/evaluation: from Shawn Hoover
scgilardi
2009-02-10
fix issue 15, test_clojure/reader: patch from Shawn Hoover
scgilardi
2009-01-29
test-clojure.reader: fix some number tests for current clojure and added ↵
scgilardi
some. all pass currently
2008-12-27
(really) add sequences to test_clojure from Frantisek Sodomka
scgilardi
2008-12-23
test_clojure/evaluation.clj: expect CompilerException on (eval '(1 2 3))
Stuart Sierra
2008-12-23
test_clojure/evaluation.clj: fix for ArrayMap literals & (eval '(1 2 3))
Stuart Sierra
2008-12-22
test_clojure: fix evaluation.clj so it compiles, add back to test_clojure.clj
Stuart Sierra
* Note:"Collections" at evaluation.clj line 194 fails, I think because the compiler is optimized to use ArrayMaps for small maps.
2008-12-17
numbers.clj: replace use of (all-true ...) with (are _ ...)
Stuart Sierra
2008-12-17
test_clojure/for.clj: fix typo ("is" should be "if")
Stuart Sierra
2008-12-16
update my contribs to Eclipse Public License as requested
scgilardi
2008-12-13
Add tests of 'for' with :when/:while on same binding form.
Chouser
2008-12-13
Add baseline tests for clojure.core/for
Chouser
2008-12-05
test-clojure: evaluation tests from J. McConnell
scgilardi
2008-11-17
test_is.clj: *test-out* defaults to *out*; added each= and all-true
Stuart Sierra
2008-11-16
delete my contribs at their pre-SVN1088 locations
scgilardi
2008-11-12
first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ↵
scgilardi
on now load again
2008-10-30
test-clojure: add BigDecimal reader tests, fix comments in numbers
scgilardi
2008-10-30
another restructure to give more useful results
scgilardi
2008-10-30
test-clojure: use explicit loading--it works
scgilardi
2008-10-30
new tests dir, test-clojure will load any .clj files in it and then run all ↵
scgilardi
defined tests
2008-10-30
add printer tests, restructure test-clojure
scgilardi
2008-10-23
test-clojure.reader fix namespace
scgilardi
2008-10-23
test-clojure: completing Reader->reader
scgilardi
2008-10-23
itermim Reader -> Reader1
scgilardi
2008-10-23
test-clojure Reader.clj -> reader.clj
scgilardi
2008-10-22
fix typo
scgilardi
2008-10-22
clojure.contrib.test-clojure, nascent tester for Clojure's facilities
scgilardi