summaryrefslogtreecommitdiff
path: root/tests/utils/encoding/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-141-33/+33
* Strip six module and rename to raven._compatArmin Ronacher2016-01-121-1/+2
* fix type is not JSON serializableYin Jifeng2014-09-091-1/+11
* Bugfixed the class serialization test to conform PEP 3155Xavier Ordoquy2013-07-031-4/+6
* Bugfixed encoding/decoding errors.Xavier Ordoquy2013-07-031-1/+9
* Removed unused test.Xavier Ordoquy2013-07-031-6/+0
* 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-181-8/+18
* Move TestCase into raven.utils.testutilsDavid Cramer2013-05-171-1/+1
* 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-011-31/+38
* Proper repr of all variablesDavid Cramer2013-03-311-60/+20
* Use compat's TestCaseXavier Ordoquy2013-03-281-1/+1
* 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
* 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-121-0/+151