Tag Archives: Test-driven Development

Continuous Integration for clj-assorted-utils and clj-net-pcap

This is just a very brief update. I actually did this some time ago but didn’t really get to write about it. clj-assorted-utils and clj-net-pcap now make use of Travis CI. Integrating Travis CI was actually very easy. What I … Continue reading

Posted in Announcements, clj-assorted-utils, clj-net-pcap, Libs. | Tagged , , , , , , | Leave a comment

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 , , , | 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 , , , , , | Leave a comment