aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib
AgeCommit message (Expand)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-12-30clean up temporary namespaces, fixes #54Stuart Halloway
2009-12-29check for AssertionError in testsRich Hickey
2009-12-10Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ...Tom Faulhaber
2009-11-28added :dynamic annotations to mockRich Hickey
2009-11-23commented out trace core testRich Hickey
2009-11-02seq_utils_test.clj: add tests from Sean Devlin; fixes #13Stuart Sierra
2009-11-02trace.clj: add dotrace; fixes #39Stuart Sierra
2009-10-31cl-format: ~$ wasn't handling very small fractions (that round to 0) correctly.Tom Faulhaber
2009-10-31cl-format: ~$ wasn't handling negative numbers correctlyTom Faulhaber
2009-10-28java-utils: Add delete-file and delete-file-recursively functionsPhil Hagelberg
2009-10-03jmx.clj: Beans (1) must have reftypes for state, and (2) no longerStuart Halloway
2009-08-27renamed c.c.expect to c.c.mock, added author/doc metadataStuart Halloway
2009-08-25tweaks: update build to match package names, idiomatic reset!Stuart Halloway
2009-08-25simplifying expect_test file structureStuart Halloway
2009-08-25positions takes only a predicate, per Rich's feedbackAaron Bedra and Stuart 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
2009-08-23Merge branch 'master' of git@github.com:richhickey/clojure-contribStuart Halloway
2009-08-21java_utils.clj: made as-str variadic like str, fixes #18Stuart Sierra
2009-08-20str_utils2.clj: added partial, with testsStuart Sierra
2009-08-19str_utils2.clj: added repeat and reverse, with testsStuart Sierra
2009-08-19test_contrib/str_utils2.clj: added lots more testsStuart Sierra
2009-08-18str_utils2.clj: fix escape so it actually works, add testsStuart Sierra
2009-08-15as-url addition from James ReevesStuart Halloway
2009-08-06clojure.contrib.jmxStuart Halloway
2009-08-05minor fix to deftrace: traced functions can now refer to themselvesStuart Halloway
2009-07-06Support for *print-base* and *print-radix* in cl-format, pprint and write.Tom Faulhaber
2009-07-05Handle 0 correctly in non-java-supported basesTom Faulhaber
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-24gtic: updated contrib tests to use new template syntaxStuart Halloway
2009-06-23walk.clj: removed redundant call to outer fnStuart Sierra
2009-06-23test_contrib/walk.clj: tests for c.c.walkStuart Sierra
2009-06-05str_utils2.clj: added codepoints and docodepointsStuart Sierra
2009-06-04str_utils2.clj: experimental new string libraryStuart Sierra
2009-06-02Moved tests for test_is.clj into test-contribStuart Sierra
2009-06-02fnmap.clj: added new library; maps with custom implementationsStuart Sierra
2009-05-06test_is: undo change from r761 and replace it by a fixture in test-contrib.ma...Konrad Hinsen
2009-05-06monads: monad functions are now real functions defined as symbol macrosKonrad Hinsen
2009-05-05New library macro-utilsKonrad Hinsen
2009-04-28monads: bug fixes for maybe-t and sequence-tKonrad Hinsen
2009-04-25Fixed pprint-newline :mandatoryTom Faulhaber
2009-04-10Stuart S's suggestions for propertiesStuart Halloway
2009-04-10simplified tests to avoid permanent fixtures per discussion on mailing listStuart Halloway
2009-04-09added Perry Trolard's properties helpersStuart Halloway
2009-04-09breaking change: rename the-str to as-strStuart Halloway
2009-04-06converted lazy seqs to functions so they won't hold their headsStuart Halloway
2009-04-06Mucked around with the headers to make them more clojure.contrib friendlyTom Faulhaber
2009-04-06Changed - to _ in filenamesTom Faulhaber