Simon Willison’s Weblog

Subscribe

2 items tagged “xunit”

2009

shunit2 (via) xUnit style testing for shell scripts. # 27th September 2009, 7:34 pm

Nose 0.11 released. My favourite Python testing tool just got some really neat new features, including the ability to parallelize tests across multiple processes (hence CPUs) using the multiprocess module, Xunit XML output for integration with continuous integration tools and a --failed switch to re-run only the last batch of failed tests. # 8th May 2009, 11:24 am