MCPcopy Create free account
hub / github.com/Pylons/webtest / make_debug_app

Function make_debug_app

webtest/debugapp.py:90–94  ·  view source on GitHub ↗

An application that displays the request environment, and does nothing else (useful for debugging and test purposes).

(global_conf, **local_conf)

Source from the content-addressed store, hash-verified

88
89
90def make_debug_app(global_conf, **local_conf):
91 """An application that displays the request environment, and does
92 nothing else (useful for debugging and test purposes).
93 """
94 return DebugApp(**local_conf)

Callers

nothing calls this directly

Calls 1

DebugAppClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…