PuRestJson icon indicating copy to clipboard operation
PuRestJson copied to clipboard

python3 support for unittests

Open umlaeute opened this issue 4 years ago • 1 comments

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)

umlaeute avatar Mar 08 '21 12:03 umlaeute

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.

umlaeute avatar Mar 08 '21 12:03 umlaeute