Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more verbose debug error handling #255

Merged

Commits on Dec 30, 2016

  1. Add more verbose error handling

    * Adds logging to error messages in debug mode as pointed out in PR sanic-org#249,
    while also improving the debug message.
    seemethere committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    7a8fd6b View commit details
    Browse the repository at this point in the history
  2. Make exception tests test unhandled exceptions

    * Adds tests for unhandled exceptions
    * Adds tests for unhandled exceptions in exception handlers
    * Rewrites tests to utilize pytest fixtures (No need to create the app
    on import)
    seemethere committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    15c965c View commit details
    Browse the repository at this point in the history