diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2020-02-17 17:12:47 +0900 |
|---|---|---|
| committer | Inada Naoki <songofacandy@gmail.com> | 2020-02-17 17:12:47 +0900 |
| commit | 12506d8d91ce5a7b76c2d8babe7e2d1e2851d3a2 (patch) | |
| tree | e8dec8e38bafefc4c5d03126fd88c02e96b64960 /README.md | |
| parent | fa7d7447fc2cc7cc1a8b388618549c98d1712b9c (diff) | |
| download | msgpack-python-12506d8d91ce5a7b76c2d8babe7e2d1e2851d3a2.tar.gz | |
update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -270,15 +270,3 @@ You can use `gc.disable()` when unpacking large message. List is the default sequence type of Python. But tuple is lighter than list. You can use `use_list=False` while unpacking when performance is important. - - -## Development - -### Test - -MessagePack uses `pytest` for testing. -Run test with following command: - -``` - $ make test -``` |
