Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

3 items tagged “nose”

nose 0.10.0 final! Nose is my favourite Python testing tool: it can auto-discover and execute tests in a directory hierarchy, which makes it easy to run just a sub-set of your test suite. 0 11th October 2007, 1:52 pm

The joy of pdb.set_trace(). I use nosetests --pdb-failures as my main entrypoint for Python debugging—it starts the debugger at the first failing test. 0 25th April 2007, 11:37 pm

nose. Really nice Python unit testing tool—run ’nosetests somedir’ and it finds and executes every unittest (and test_like function) it can find in that directory tree. 0 1st February 2007, 2:20 am

A django site