Classes | |
class | DebugApp |
Functions | |
def | make_debug_app |
Variables | |
list | __all__ = ['DebugApp', 'make_debug_app'] |
tuple | debug_app |
def webtest.debugapp.make_debug_app | ( | global_conf, | |
local_conf | |||
) |
An application that displays the request environment, and does nothing else (useful for debugging and test purposes).
Definition at line 93 of file debugapp.py.
list webtest::debugapp::__all__ = ['DebugApp', 'make_debug_app'] |
Definition at line 7 of file debugapp.py.
00001 DebugApp(form=six.b('''<html><body> 00002 <form action="/form-submit" method="POST"> 00003 <input type="text" name="name"> 00004 <input type="submit" name="submit" value="Submit!"> 00005 </form></body></html>'''))
Definition at line 86 of file debugapp.py.