Index of the config module
-
m
testtools.config
...
- common configuration settings.
- C debug ... - namespace for debug settings.
- f reset_debug ... - resets debug stream to the last stream -OR- kwarg strm.
- f set_debug_stderr ... - convenience method for set_debug_stream(sys.stderr).
- f set_debug_stdout ... - convenience method for set_debug_stream(sys.stdout).
- f set_debug_stream ... - tells debug print statements to use strm.