summaryrefslogtreecommitdiff
path: root/test/test_sequnpack.py
Commit message (Collapse)AuthorAgeFilesLines
* Make strict_map_key default to True (#392)Inada Naoki2019-12-061-1/+1
|
* Fix fallback Unpacker.read() (#388)Inada Naoki2019-12-061-0/+9
| | | Fixes #352.
* Use new msgpack spec by default. (#386)Inada Naoki2019-12-051-5/+4
|
* blacken testInada Naoki2019-12-051-54/+67
|
* Unpacker: add tell() (#227)jfolz2017-04-301-0/+20
|
* test_sequnpack: python3 literalsBas Westerbaan2015-01-261-6/+6
|
* Add test for issue #124Bas Westerbaan2015-01-261-0/+12
|
* six.BytesIO => io.BytesIOINADA Naoki2014-02-151-2/+2
|
* cleanupINADA Naoki2013-10-201-2/+1
|
* Packing ExtType and some cleanupINADA Naoki2013-10-201-13/+0
|
* implement unpack_one also for the cython version, and add a test for itAntonio Cuni2013-10-191-1/+14
|
* fallback: python3 bugfix for new testcase of d2f549a4Bas Westerbaan2013-01-291-1/+1
| | | | Signed-off-by: Bas Westerbaan <bas@westerbaan.name>
* fallback: add actual rollback and add a testcase for itBas Westerbaan2013-01-291-0/+15
| | | | Signed-off-by: Bas Westerbaan <bas@westerbaan.name>
* Use py.test instead of nosetests.INADA Naoki2012-12-291-15/+10
|
* revert unwanted changes.INADA Naoki2012-12-221-1/+1
|
* Merge branch '0.2-maint' (fix #39)INADA Naoki2012-12-221-1/+1
|\
| * Fix tests.INADA Naoki2012-12-111-1/+1
| |
| * Support object_pairs_hookINADA Naoki2012-09-241-0/+15
| |\ | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'jnothman/object_pairs_hook' into 0.2-maint Conflicts: msgpack/_msgpack.pyx test/test_pack.py test/test_sequnpack.py
| * | Warn when use_list is not specified.INADA Naoki2012-09-241-3/+2
| | | | | | | | | | | | | | | Conflicts: test/test_sequnpack.py
* | | Split exceptions.INADA Naoki2012-12-101-2/+3
| | |
* | | Merge commit 'd5f9995' into read_bytesJoel Nothman2012-10-041-2/+16
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx
| * | | Warn when use_list is not specified.INADA Naoki2012-09-241-3/+3
| | |/ | |/|
| * | Add test for `.skip()`INADA Naoki2012-09-231-0/+14
| |/
* | Cleaner read_bytes and a test caseJoel Nothman2012-09-231-0/+16
|/ | | | No longer reads via buffer for unbuffered bytes
* Add test for max_buffer_size.INADA Naoki2012-07-201-3/+17
|
* Fix tests to pass.INADA Naoki2012-06-191-9/+5
|
* unify tests for py2 and py3INADA Naoki2012-06-191-13/+15
|
* (python) make test pass with Python 2.5inada-n2011-06-011-10/+10
|
* python: Don't use ``from __future__ import unicode_literals``.INADA Naoki2011-01-091-3/+1
| | | | Python 2.5 or older doesn't support it.
* python: Support old buffer protocol when unpack. (experimental)INADA Naoki2010-11-031-8/+8
|
* Rename test files.Naoki INADA2009-06-271-0/+36