summaryrefslogtreecommitdiff
path: root/test/test_sequnpack.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Add test for `.skip()`INADA Naoki2012-09-231-0/+14
| |
* | Warn when use_list is not specified.INADA Naoki2012-09-241-3/+2
|/ | | | | Conflicts: test/test_sequnpack.py
* 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