direct-connect / go-dc

Direct Connect library for Go (NMDC and ADC protocols)
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

nmdc: split message tests into proper files #23

Closed aler9 closed 5 years ago

aler9 commented 5 years ago

This PR splits existing message tests and benchmarks into files corresponding to each message. In this way it is possible to easily check what messages are tested and what are not, and we can proceed adding missing tests.