mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-04-09 13:10:17 +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