jezdez / django-discover-runner

A Django test runner based on unittest2's test discovery.
http://pypi.python.org/pypi/django-discover-runner
Other
132 stars 13 forks source link

Added python 3 support #4

Closed rafales closed 11 years ago

rafales commented 11 years ago

I added a small fix to make it installable under python 3.x. I tested if it works under django 1.5 and 1.4, python 2.5, 2.7, 3.3 using my fork of django-appconf.