django-setuptest icon indicating copy to clipboard operation
django-setuptest copied to clipboard

Add support for Django 1.8

Open dominicrodger opened this issue 10 years ago • 7 comments

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.

dominicrodger avatar Apr 06 '15 14:04 dominicrodger

:+1:

pcraston avatar Apr 17 '15 10:04 pcraston

:+1:

cancan101 avatar Jun 08 '15 01:06 cancan101

:+1:

paulheideman avatar Jul 01 '15 17:07 paulheideman

+1

bashu avatar Jul 22 '15 04:07 bashu

:+1:

stellasia avatar Jul 22 '15 21:07 stellasia

This can be closed now.

lamby avatar Nov 05 '15 00:11 lamby

(See also https://github.com/praekelt/django-setuptest/pull/26)

lamby avatar Feb 28 '16 08:02 lamby