I have a python 3 version of protobufs that I want to test.  It passes all 
the unittests, so I know it can decode what it encodes, but I want to test 
it that it can talk to clients written in other languages.  I noticed when 
I was making the python 3 version, I had some mistakes in the encoder that 
were hidden because of mistakes in the decoder.  I think I got rid of them 
all, but I would like to talk to other types of clients to really be sure. 
 Has anyone done testing like this before?  Are there any good ways to test 
this?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/protobuf/-/tmFW30Wer4sJ.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to