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

158 B

Developer's note

Build

$ make cython

Test

MessagePack uses pytest for testing. Run test with following command:

$ make test