summaryrefslogtreecommitdiff
path: root/test/test_limits.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated errors from testsexceptionsINADA Naoki2018-11-091-10/+9
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-121-2/+2
* Add raw_as_bytes option to Unpacker. (#265)INADA Naoki2018-01-111-2/+2
* remove too much parameterized testsINADA Naoki2016-02-141-28/+21
* removed MsgpackBaseExceptionpalaviv2016-02-121-9/+9
* msgpack pack and unpack throws only exception that inherit from MsgpackBaseEx...palaviv2016-02-121-18/+28
* Add max_<type>_len option to unpacker. (fixes #97).INADA Naoki2015-01-251-1/+72
* Fix build and tests.INADA Naoki2014-08-311-2/+2
* Fix PyPy fail.INADA Naoki2014-03-261-26/+28
* Fix Python 3.2INADA Naoki2014-03-261-2/+3
* Allow ValueError for packing integer overs format limit.INADA Naoki2014-03-261-2/+2
* Fix skipif marking.INADA Naoki2014-03-261-3/+3
* More limit check.INADA Naoki2014-03-261-2/+18
* Add tests for limits.INADA Naoki2014-03-261-0/+43