msgpack-python/DEVELOP.md
2024-05-03 18:20:09 +09:00

17 lines
158 B
Markdown

# Developer's note
### Build
```
$ make cython
```
### Test
MessagePack uses `pytest` for testing.
Run test with following command:
```
$ make test
```