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

Fix missing super call to Django test case #68

Closed
wants to merge 384 commits into from

Conversation

arnuschky and others added 26 commits January 30, 2016 12:48
- Django and Flask are not firm requirements set out in the setup.py so makes
  sense to not mark the tests as failed if they aren't installed.
Skip django/flask tests if not installed
It's useful as a server-side developer to see the stack trace regardless if the error is a TypeError or not.
This gives the exception message more context with the data that will be returned in response.
Log exception in RPC function regardless of exception type
Faster cheaper travis builds without sudo.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.616% when pulling 7dd8f5d on ghisvail:patch-2 into 19c4bdb on pavlov99:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet