beeware / cricket

A GUI tool for running Python test suites.
BSD 3-Clause "New" or "Revised" License
213 stars 69 forks source link

Fix py3 compatibility #40

Closed funkybob closed 9 years ago

funkybob commented 9 years ago

Fix one case of using "except Exception, e" Replace all uses of print with print() Quieten flake8

funkybob commented 9 years ago

Wait for it... there's more :)

funkybob commented 9 years ago

This can now successfully run a simple Py3 test suite [unittest based].