PuRestJson
PuRestJson copied to clipboard
python3 support for unittests
it seems that the unittests were written for Python2.
at least, most of them fail for me because they compare bytearrays with strings (which was the same in Python2 and is something different in Python3)
not really Python3 related, but there also seem to be some problems with Pd's (?) escaping of whitespace (presumably in the [stdout] object), that makes the result-strings compare as false.