summaryrefslogtreecommitdiff
path: root/tests/base
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for per message sample_rateArnav Kumar2017-04-041-26/+2
* Add provision to sample per messageArnav Kumar2017-04-041-0/+38
* Handle both class and string for ignore_exceptions parameters (fix #963)Axel Haustant2017-02-181-0/+39
* Add repos configurationDavid Cramer2017-02-151-0/+18
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-141-2/+2
* Merge branch 'feature/transport-refactor'Armin Ronacher2016-11-301-2/+2
|\
| * Refactor transports to support multiple URLsArmin Ronacher2016-11-221-2/+2
* | Accept missing sys.argvjott2016-11-251-0/+11
* | Add last_event_id to Clientfeature/last-event-idDavid Cramer2016-11-211-0/+6
|/
* Update event values order for exceptionsJohan Steffner2016-10-271-5/+5
* Added tests for dns to empty stringfeature/falsy-dsnArmin Ronacher2016-03-291-0/+10
* Handle exc_info is True. This fixes #735Armin Ronacher2016-02-121-0/+18
* Strip six module and rename to raven._compatArmin Ronacher2016-01-121-1/+1
* Modify client.capture_exceptions to return both decorator and context managerAnton Blintsov2015-11-211-3/+38
* Add support for in_app on exception framesDavid Cramer2015-10-191-0/+50
* Correct fingerprint behaviorDavid Cramer2015-08-261-0/+10
* Dont base64-encode bodiesDavid Cramer2015-08-261-3/+5
* Remove various deprecated behaviorsDavid Cramer2015-07-151-11/+8
* Add test showing failureDavid Cramer2015-07-101-0/+9
* Refactor DSN and transport configurationdsn-refactorDavid Cramer2015-05-211-28/+2
* Improve failure handling and loggingimprove-loggingDavid Cramer2015-04-291-7/+7
* Remove deprecated manual configuration for remotesDavid Cramer2015-03-291-18/+6
* Remove UDP transportsDavid Cramer2015-03-291-22/+1
* Correct version testDavid Cramer2015-01-091-1/+1
* Update test to match protocol5.0.0David Cramer2014-05-281-1/+1
* Merge branch 'raise_send_errors' of https://github.com/richg/raven-python int...David Cramer2014-05-221-0/+29
* Update interfaces to use protocol 5/aliasesDavid Cramer2014-05-201-9/+9
* Turns out, rate limiting is it's own exceptionMatt Robenolt2014-04-141-6/+2
* Fix lint and py3 compat in testsMatt Robenolt2014-04-141-7/+6
* Support server sending back Retry-After header for rate limitingMatt Robenolt2014-04-131-0/+43
* Merge pull request #432 from andor44/decoratorDavid Cramer2014-03-281-0/+45
|\
| * Add capture_exceptions decorator.Andor Uhlár2014-03-181-0/+45
* | Fix client.capture to use message from kwargsDaniel Hahler2014-03-191-0/+10
|/
* Correct test for fffc2dd21bb5dcdd230e9bc15aa6b0c283d88f53David Cramer2013-12-171-1/+1
* Fix tests for ee7fe9c4b30606254dd5d61743b63414ca6aaff3David Cramer2013-12-171-4/+4
* Make the threaded transport the defaultDavid Cramer2013-12-091-6/+3
* Refactor transport namespacetransport-refactorDavid Cramer2013-12-091-1/+1
* New context() APIDavid Cramer2013-12-021-23/+8
* Update API endpoint to include project IDDavid Cramer2013-07-021-3/+3
* Fixed the tests to have native to python 2 and 3 representation of strings / ...Xavier Ordoquy2013-05-181-1/+5
* Move TestCase into raven.utils.testutilsDavid Cramer2013-05-171-1/+1
* Change test to test context (context manager)David Cramer2013-04-041-1/+1
* use py.test's skipifDavid Cramer2013-04-041-2/+4
* Python3 port !Xavier Ordoquy2013-04-011-4/+7
* Dont try to coerce keys in extra dataDavid Cramer2013-03-311-1/+1
* Proper repr of all variablesDavid Cramer2013-03-311-6/+9
* Use compat's TestCaseXavier Ordoquy2013-03-281-1/+1
* Make AsyncTransport a sub-class of Transport rather than requiring AsyncTrans...Simon Cross2013-03-201-3/+6
* Implement error handling and rate-limiting for asynchronous transports.Simon Cross2013-03-201-4/+34
* Correct test pathsDavid Cramer2013-02-101-2/+2