I'd like to submit patches to restore Python 2.6 compatibility, add Python3 compatibility etc., but have no idea how the tests are intended to be run.
Ideally, the project would automate testing for all supported Python versions using something like
tox: I can add the
tox.ini file, but need to know the expected "run all the tests" incantation (my current guess is that nobody runs them all, but only by using individual testcase modules as scripts).