msgpack-python/DEVELOP.md

18 lines
158 B
Markdown
Raw Permalink Normal View History

2020-02-17 16:58:25 +09:00
# Developer's note
2020-02-17 17:12:47 +09:00
### Build
```
$ make cython
```
### Test
MessagePack uses `pytest` for testing.
Run test with following command:
```
$ make test
```