The automated test cases have not been doing a good enough job at detecting when I accidentally slip Python2 specific language (e.g. unicode instead of six.text_tpe) and since I mostly use this repo myself in a Python2 environment, I miss the errors that happen for Python3 users.
If the repo had better coverage, I would get emails from Travis about the build failing.
Will try and fix today but I am open to PRs if anyone would like to write test cases.
The automated test cases have not been doing a good enough job at detecting when I accidentally slip Python2 specific language (e.g.
unicode
instead ofsix.text_tpe
) and since I mostly use this repo myself in a Python2 environment, I miss the errors that happen for Python3 users.If the repo had better coverage, I would get emails from Travis about the build failing.
Will try and fix today but I am open to PRs if anyone would like to write test cases.