test suite is false positive
Closed this issue · 5 comments
chadwhitacre commented
chadwhitacre commented
chadwhitacre commented
The issue is that Python 3 reprs unicode as '', while Python 2 reprs it as u''.
chadwhitacre commented
We also have some dicts, which of course have an unstable sort order.
zbynekwinkler commented
I think the commands in ./runtest.sh need to be joined together with '&&' or add some more magic to properly report non zero exit code when one of the commands fails.
chadwhitacre commented
I'm reluctant to make the docs uglier. :-/