# Developer's note ### Build ``` $ make cython ``` ### Test MessagePack uses `pytest` for testing. Run test with following command: ``` $ make test ```