summaryrefslogtreecommitdiff
path: root/tests/utils
Commit message (Expand)AuthorAgeFilesLines
* Always supply a user.ip_address valueMatt Robenolt2017-09-261-1/+11
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-143-40/+39
* Replace culprits with transaction namesDavid Cramer2016-09-142-28/+44
* Unify option configuration between Flask/Djangounify-optionsDavid Cramer2016-08-031-0/+20
* 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-123-3/+6
* Improve stacktrace truncation codeDavid Cramer2015-08-311-8/+9
* Handle unicode strings with import_string (refs GH-627)David Cramer2015-07-131-0/+22
* json encoding for Decimals and lazy translationsSamuel Colvin2015-04-281-1/+6
* Fix #474. Thanks to @georgexsh and @trbsXavier Ordoquy2014-11-131-0/+9
* Correct keys on frame localsDavid Cramer2014-10-141-4/+4
* fix type is not JSON serializableYin Jifeng2014-09-091-1/+11
* xrange => rangeDavid Cramer2014-03-201-1/+1
* Truncate frames a maximum of 50David Cramer2013-11-291-2/+21
* Bugfixed the class serialization test to conform PEP 3155Xavier Ordoquy2013-07-031-4/+6
* Made the set / frozenset test more reliable.Xavier Ordoquy2013-07-031-4/+4
* Fixed the non ascii file decoding test for python3.Xavier Ordoquy2013-07-031-1/+1
* Bugfixed encoding/decoding errors.Xavier Ordoquy2013-07-031-1/+9
* Removed unused test.Xavier Ordoquy2013-07-031-6/+0
* Added a test case for utf8 files.Xavier Ordoquy2013-07-022-1/+16
* Skip that test for python3.Xavier Ordoquy2013-05-281-0/+1
* skipif requires a string in python3.Xavier Ordoquy2013-05-281-7/+7
* Explicit literal types and tests for py2 vs py3David Cramer2013-05-251-5/+29
* Improve several testsDavid Cramer2013-05-251-8/+15
* Correct py3 check in testDavid Cramer2013-05-251-1/+1
* Fixed the tests to have native to python 2 and 3 representation of strings / ...Xavier Ordoquy2013-05-182-12/+29
* Move TestCase into raven.utils.testutilsDavid Cramer2013-05-175-5/+5
* Reverted a few changes from the previous commitXavier Ordoquy2013-04-241-4/+1
* changes that allow test suite to run in python3Matt George2013-04-241-1/+4
* use py.test's skipifDavid Cramer2013-04-041-5/+5
* Python3 port !Xavier Ordoquy2013-04-012-33/+41
* Proper repr of all variablesDavid Cramer2013-03-312-68/+26
* Use six and compat module to provide a python3 compatibility.Xavier Ordoquy2013-03-291-1/+2
* Use compat's TestCaseXavier Ordoquy2013-03-285-5/+5
* 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
* Move shortening logic into serializers (fixes GH-209)David Cramer2012-11-131-2/+18
* Support max recursion depth on transformers (fixes GH-209)David Cramer2012-11-121-1/+6
* Refactoring raven.utils.encoding.transform to raven.utils.serializers.transformDamian Zaremba2012-08-011-1/+2
* Move gettext lazy test into the Promise testsDavid Cramer2012-07-241-18/+0
* No longer use %f for microseconds as it is not supported in all Pythons1.9.4David Cramer2012-06-091-1/+1
* Correct how frames are passed around so they always include linenoDavid Cramer2012-04-131-1/+1
* Add test for bad reprDavid Cramer2012-02-121-0/+10
* Add test for custom repr with __sentry__David Cramer2012-02-121-0/+10
* Organizing and improving test coverageDavid Cramer2012-02-127-220/+238
* Improving test coverage on wsgi utilsDavid Cramer2012-02-123-9/+86
* Some JSON tests1.2.2David Cramer2012-01-311-0/+21
* pep8David Cramer2012-01-311-1/+2
* Handle retarded keys in environment (fixes GH-51)David Cramer2012-01-311-0/+8