pyppin.testingΒΆ

[Browse Source]

Testing and debugging utilities.

Modules

interact

A function to open an interactive debugging REPL anywhere in your code.

pprint_object

Pretty-print the contents of an object, including all its Python innards, for debugging.

trace_on_failure

A decorator that prints a stack trace for all threads if a function, method, or test case fails.

turn_taker

A tool to simplify unittesting operations that involve many threads.