aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib.clj
AgeCommit message (Collapse)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-12-30clean up temporary namespaces, fixes #54Stuart Halloway
2009-09-28compile str-utils2 and other build fixes, refs #22Stuart Halloway
2009-08-27renamed c.c.expect to c.c.mock, added author/doc metadataStuart Halloway
2009-08-23add seq-utils/positionsAaron Bedra and Stuart Halloway
2009-08-23added adapter testAaron Bedra and Stuart Halloway
2009-08-23got tests passing for clojure.contrib.expectAaron Bedra and Stuart Halloway
* had to use fully-qualified symbols in test-has-matching-signature. Should be a better way
2009-08-21java_utils.clj: made as-str variadic like str, fixes #18Stuart Sierra
This commit also includes tests for this function.
2009-08-06clojure.contrib.jmxStuart Halloway
2009-08-05minor fix to deftrace: traced functions can now refer to themselvesStuart Halloway
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-02Moved tests for test_is.clj into test-contribStuart Sierra
2009-05-05New library macro-utilsKonrad Hinsen
2009-04-06converted lazy seqs to functions so they won't hold their headsStuart Halloway
2009-04-06removed spurious double-run of testsStuart Halloway
2009-04-06Added tests for the pretty printer/cl-format to the main test driverTom Faulhaber
2009-04-05java-utils: fileStuart Halloway
2009-03-20test-contrib and datalog tests behave the same as test-clojureFrantisek Sodomka
2009-03-19monads: moved tests to test_contribKonrad Hinsen
2009-03-19New library clojure.contrib.complex-numbersKonrad Hinsen
2009-03-16Added dataflow cells-like libraryJeffrey Straszheim
2009-02-24Began graph moduleJeffrey Straszheim
2009-01-25added :dir and :env to shell-outStuart Halloway
2009-01-25added test_contrib.clj, similar test_clojure.cljStuart Halloway
added test_clojure, test_contrib, and test tasks to build.xml