samuel / go-thrift

A native Thrift package for Go
BSD 3-Clause "New" or "Revised" License
385 stars 110 forks source link

add a read-after-write test for protocol Read/Write methods. #59

Closed nuance closed 9 years ago

nuance commented 9 years ago

Wrote this while validating serialization. This doesn't work for compact binary (which assumes some ordering of Begin / End methods), but it could probably be adapted to support that.

samuel commented 9 years ago

Nice! A whole diff of just tests is awesome :smile: Thanks again