mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +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