summaryrefslogtreecommitdiff
path: root/test/test_limits.py
Commit message (Collapse)AuthorAgeFilesLines
* Update setuptools and black (#498)Inada Naoki2022-03-031-6/+6
| | | | * Use setuptools * Use black==22.1.0
* Make strict_map_key default to True (#392)Inada Naoki2019-12-061-2/+2
|
* blacken testInada Naoki2019-12-051-19/+27
|
* Auto limit configuration (#342)Inada Naoki2019-01-241-1/+24
|
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-121-2/+2
| | | fixes #273
* 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 ↵palaviv2016-02-121-18/+28
| | | | MsgpackBaseException. cython and fallback throws same exceptions
* Add max_<type>_len option to unpacker. (fixes #97).INADA Naoki2015-01-251-1/+72
| | | | Fix build error on 32bit environment (fixes #102).
* 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