Simon Willison’s Weblog

Subscribe
Atom feed for testing Random

92 posts tagged “testing”

2007

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.

# 1st February 2007, 2:20 am / nose, python, testing

2006

Dependency injection is the enterprisey name for trampling over namespaces with reckless abandon.

Ted Dziuba

# 16th December 2006, 1:05 am / python, testing