HomeSort by relevance Sort by last modified time
    Searched refs:bad_app (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_cgitb_catcher.py 20 def bad_app(): function
47 res = do_request(bad_app)
50 assert 'bad_app() takes 0 positional arguments but 2 were given' in res
52 assert 'bad_app() takes no arguments (2 given' in res
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
watchthreads.py 335 def bad_app(environ, start_response): function in function:make_bad_app
347 return bad_app
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
test_error_middleware.py 43 def bad_app(): function
73 res = do_request(bad_app)
77 assert 'bad_app() takes 0 positional arguments but 2 were given' in res
79 assert 'bad_app() takes no arguments (2 given' in res, repr(res)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 122 def bad_app(environ,start_response): function in function:IntegrationTests.test_simple_validation_error
125 out, err = run_amock(validator(bad_app))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 122 def bad_app(environ,start_response): function in function:IntegrationTests.test_simple_validation_error
125 out, err = run_amock(validator(bad_app))

Completed in 267 milliseconds