pyppin.testingΒΆ
Testing and debugging utilities.
Modules
A function to open an interactive debugging REPL anywhere in your code. |
|
Pretty-print the contents of an object, including all its Python innards, for debugging. |
|
A decorator that prints a stack trace for all threads if a function, method, or test case fails. |
|
A tool to simplify unittesting operations that involve many threads. |