summaryrefslogtreecommitdiff
path: root/tests/utils/stacks
Commit message (Expand)AuthorAgeFilesLines
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-141-3/+3
* Replace culprits with transaction namesDavid Cramer2016-09-141-28/+3
* Added IOError to get stack info for graceful zip import errorsMatthew Seal2016-06-201-2/+31
* Strip six module and rename to raven._compatArmin Ronacher2016-01-121-1/+2
* Improve stacktrace truncation codeDavid Cramer2015-08-311-8/+9
* Correct keys on frame localsDavid Cramer2014-10-141-4/+4
* xrange => rangeDavid Cramer2014-03-201-1/+1
* Truncate frames a maximum of 50David Cramer2013-11-291-2/+21
* Fixed the non ascii file decoding test for python3.Xavier Ordoquy2013-07-031-1/+1
* Added a test case for utf8 files.Xavier Ordoquy2013-07-022-1/+16
* Fixed the tests to have native to python 2 and 3 representation of strings / ...Xavier Ordoquy2013-05-181-4/+11
* Move TestCase into raven.utils.testutilsDavid Cramer2013-05-171-1/+1
* Python3 port !Xavier Ordoquy2013-04-011-2/+3
* Proper repr of all variablesDavid Cramer2013-03-311-8/+6
* Use six and compat module to provide a python3 compatibility.Xavier Ordoquy2013-03-291-1/+2
* Use compat's TestCaseXavier Ordoquy2013-03-281-1/+1
* Improve how we label unknown functions and modules, and remove the function f...David Cramer2013-02-071-3/+3
* Change culprits to be 'module in function' (fixes GH-235)David Cramer2013-01-021-3/+10
* Correct behavior of get_culprit and improve testsDavid Cramer2012-12-261-7/+10
* Correct how frames are passed around so they always include linenoDavid Cramer2012-04-131-1/+1
* Organizing and improving test coverageDavid Cramer2012-02-122-0/+57