pyppin.testingΒΆ

[Browse Source]

Testing and debugging utilities.

Modules

pyppin.testing.interact

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

pyppin.testing.pprint_object

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

pyppin.testing.trace_on_failure

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

pyppin.testing.turn_taker

A tool to simplify unittesting operations that involve many threads.