beeware / cricket

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

Always decode errors to `utf-8` at the right moment. #52

Closed phildini closed 8 years ago

phildini commented 8 years ago

This fixes an error I was getting in running cricket-django. I ran the cricket tests in both python 2 and python 3, everything worked shiny.