MaddieM4 / EJTP-lib-python

Encrypted JSON Transport Protocol library for Python 2.6-3.3.
GNU Lesser General Public License v3.0
23 stars 10 forks source link

Bug80 py2and3 unittests #98

Closed MoritzS closed 11 years ago

MoritzS commented 11 years ago

Added unittests for RawData, String, RawDataDecorator and StringDecorator.

Fixes #80

MaddieM4 commented 11 years ago

Other than Travis errors and the stuff Iuri and I brought up, this does look good. I'm looking forward to having a cleaned up version to merge.

MoritzS commented 11 years ago

I'll fix the travis error and the thing iuri mentioned right now

MoritzS commented 11 years ago

Oh well, python2.5 does not support tuple().index...

MaddieM4 commented 11 years ago

This looks good and tests good, and resolves the things brought up in discussion. Merged!