Done:
-verification
-times(x) in verification
-noMoreInteractions()
-stubbing with return values
-stubbing with exceptions
TODO:
-decent exception messages
-chained stubbing
-times(x) looks ugly
-spying real objects
-setup script to install module
-review the code
-mocking a class instead of mocking just anything
-hacking the stack trace?
-talk to other pythoners, especially guys from mox
-...?