Slide 28
Slide 28 text
PuDB: Extra Credit
- You can use PuDB for unit tests
- both in the test,
- the code under test,
- and you can step smoothly between them
- If you use nose testing, you can drop into Pudb on failures with the
nose-pudb package
- PuDB will catch exceptions, giving you a chance to inspect the entire
scope.