django-setuptest
django-setuptest copied to clipboard
Add support for Django 1.8
django.test.simple is no more, so django-setuptest doesn't support Django 1.8, since django-setuptest imports from there in setuptest.py.
I'm not entirely sure what build_suite and build_test do, but it looks like we'll need to find equivalents for them in Django 1.8. There's a method called build_suite in django.test.runner, in the class DiscoverRunner, but it's not obvious to me that it does the same thing.
:+1:
:+1:
:+1:
+1
:+1:
This can be closed now.
(See also https://github.com/praekelt/django-setuptest/pull/26)