summaryrefslogtreecommitdiff
path: root/test/test_memoryview.py
Commit message (Collapse)AuthorAgeFilesLines
* fallback: Fix packing multidim memoryview (#527)Inada Naoki2023-01-181-0/+8
| | | Fix #526
* Update setuptools and black (#498)Inada Naoki2022-03-031-14/+14
| | | | * Use setuptools * Use black==22.1.0
* Use new msgpack spec by default. (#386)Inada Naoki2019-12-051-28/+11
|
* blacken testInada Naoki2019-12-051-22/+25
|
* Remove double underscore prefixINADA Naoki2016-05-051-22/+21
|
* add lower bound tests for memoryviewsfolz2016-05-041-0/+8
|
* more descriptive test namesfolz2016-05-041-51/+21
|
* fix problems associated with packing memoryviewsfolz2016-05-031-5/+128
| | | | | fix wrong length when packing multibyte memoryviews in fallback add tests for memoryviews of different types and sizes and check contents of packed data
* Support packing memoryview objectsfolz2016-01-251-0/+12