mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
17 lines
158 B
Markdown
17 lines
158 B
Markdown
# Developer's note
|
|
|
|
### Build
|
|
|
|
```
|
|
$ make cython
|
|
```
|
|
|
|
|
|
### Test
|
|
|
|
MessagePack uses `pytest` for testing.
|
|
Run test with following command:
|
|
|
|
```
|
|
$ make test
|
|
```
|