summaryrefslogtreecommitdiff
path: root/raven/scripts/runner.py
Commit message (Expand)AuthorAgeFilesLines
* Fix another usage of `get_ident`Jonas Trappenberg2016-10-011-2/+2
* Fix test outputDavid Cramer2015-06-101-2/+2
* Refactor DSN and transport configurationdsn-refactorDavid Cramer2015-05-211-2/+3
* Correct exit code on message failure (fixes GH-582)David Cramer2015-03-291-6/+9
* Update interfaces to use protocol 5/aliasesDavid Cramer2014-05-201-1/+1
* Improve behavior when API returns valid errorsDavid Cramer2014-03-311-10/+13
* Sleep for 3 seconds after sending test command to allow deliveryDavid Cramer2013-12-261-0/+2
* Provide a fast way to get the library version, from the CLI script.Pedro Algarvio2013-07-211-2/+2
* Handle missing getloadavg and pwd in raven test (fixes GH-296)David Cramer2013-04-281-3/+16
* Add raven test command to manage.pyDavid Cramer2013-04-281-30/+35
* changes that allow test suite to run in python3Matt George2013-04-241-16/+17
* use stdlib jsonAlex Gaynor2012-10-251-1/+1
* Allow tags to be sent with test commandDavid Cramer2012-10-231-10/+15
* Merge pull request #173 from doismellburning/invalid_json_messageDavid Cramer2012-08-291-1/+1
|\
| * Added an important missing word to an error messageKristian Glass2012-08-221-1/+1
* | LintDavid Cramer2012-08-231-0/+2
|/
* Use simplejson instead of built-in json moduleJaap Roes2012-07-301-1/+1
* Add --data option to 'raven test' to use custom message data.Chris Faulkner2012-07-011-2/+16
* a primitive patch at getting raven script to fail on errorMichael Rooney2012-05-141-0/+5
* solves #79Mario Frasca2012-04-121-1/+2
* Correct raven test commandDavid Cramer2012-04-031-2/+2
* Log to INFO level for the test commandDavid Cramer2012-03-021-1/+1
* Add dummy HTTP data to test messageDavid Cramer2012-02-231-0/+4
* Make raven test a bit more useful (for examples)David Cramer2012-02-231-2/+14
* Configure logging for the test commandDavid Cramer2012-02-041-0/+5
* Deprecate exception/message and use captureEventTYpe instead1.3.5David Cramer2012-02-031-1/+1
* Bad EnglishDavid Cramer2012-02-021-1/+1
* More error handling for DSNDavid Cramer2012-02-021-0/+11
* Added raven CLI which includes a test commandDavid Cramer2012-02-021-0/+34