Archive for July, 2009
01 Aug 2009
Subunit and JUnit I’ve written a JUnit XML reporter for python. This allows subunit to provide glue between anything that speaks subunit (say the samba test suite) and JUnit based tools like Hudson. I haven’t run up a demo yet, but I’ve got a backlog of things that need decent background testing, and it seems […]
Filed under: Uncategorized | Leave a Comment
31 Jul 2009
Slides are up for my talk on subunit, that I gave at SLUG tonight.
Filed under: Uncategorized | Leave a Comment
29 Jul 2009
Faster bzr commits, and subunit. I’ve just put up for a review two patches that when combined make ‘bzr commit FILENAME’ substantially faster. For hackers on launchpad (which I used as test data) the time drops from 1.2 seconds to 0.3 seconds. o/. One less blocker for 2.0 (this was a regression due to the […]
Filed under: Uncategorized | Leave a Comment
23 Jul 2009
Re: Michael Rooney: Simple timing of Python code This blog post talks about timing python code… There is a great little component in the standard library: timeit. python -m timeit “code to time”
Filed under: Uncategorized | Leave a Comment