Tests in django-testproject are not invoked for all applications
as that takes lots of time (we don't want to test auth all over again).
Instead, by default, only the last application test suite is invoked.
locals().update(
gen_settings(
INSTALLED_APPS=[
locals().update(
gen_settings(
INSTALLED_APPS=[
- 'linaro_django_pagination',
+ 'linaro_django_pagination',
],
MIDDLEWARE_CLASSES=[
'linaro_django_pagination.middleware.PaginationMiddleware',
],
MIDDLEWARE_CLASSES=[
'linaro_django_pagination.middleware.PaginationMiddleware',