Search
Top Posts & Pages
Links
Tag Archives: Leiningen
test2junit: Bugfix
Due to an embarrassing error in test2junit I had to quickly release another version. The current version 1.0.1 fixes the problem and is available from clojars.org. The readme at github had been updated as well.
Posted in Announcements, Libs., Other Software, test2junit
Tagged Clojure, Leiningen, Open Source, Test-driven Development
Leave a comment
test2junit: Leiningen Plug-in for Writing Test Results in JUnit XML Format
I like test-driven development very much. Over time the number of test cases grows and grows. As one consequence, it may become difficult to keep the overview of the results. As a simple mean to get an overview of my … Continue reading
Posted in Announcements, Libs., Other Software, test2junit
Tagged Clojure, Java, JUnit, Leiningen, Open Source, Test-driven Development
Leave a comment
Speed up TDD in Clojure with lein-reload
Personally, I am a big fan of the Test-driven Development (TDD) approach; iterative development by writing tests first and then implementing the required functionality is just so much fun and very efficient as well. As a very nice side effect … Continue reading