Chapter 8. Debugging and Testing
- IntroductionRecipe 8.1.
Disabling Execution of Some Conditionals and LoopsRecipe 8.2.
Measuring Memory Usage on LinuxRecipe 8.3.
Debugging the Garbage-Collection ProcessRecipe 8.4.
Trapping and Recording ExceptionsRecipe 8.5.
Tracing Expressions and Comments in Debug ModeRecipe 8.6.
Getting More Information from TracebacksRecipe 8.7.
Starting the Debugger Automatically After an Uncaught ExceptionRecipe 8.8.
Running Unit Tests Most SimplyRecipe 8.9.
Running Unit Tests AutomaticallyRecipe 8.10.
Using doctest with unittest in Python 2.4Recipe 8.11.
Checking Values Against Intervals in Unit Testing