Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 158 Bytes

DEVELOP.md

File metadata and controls

17 lines (11 loc) · 158 Bytes

Developer's note

Build

$ make cython

Test

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

$ make test