mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
158 B
158 B
Developer's note
Build
$ make cython
Test
MessagePack uses pytest for testing.
Run test with following command:
$ make test