﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25674	regression in test discovery	Brian May	nobody	"I looked through https://docs.djangoproject.com/en/1.8/releases/1.8/ and didn't find anything - apologies if I missed something.

Looking at django-guardian project from https://github.com/django-guardian/django-guardian/tree/v1.3 - the latest release 

If I run the tests using Django 1.7, all the tests run.

If I run the tests using Django 1.8 and Python 2.7 or Python 3.4, it can't find any of the tests.

If I run the tests using Django 1.8 and Python 3.5 it can find the tests.

The tests, fail badly for Django 1.8 however that is not the point of this ticket; rather the point is that the tests are not discovered with Django 1.8 unless Python 3.5 is used. This would appear to be a regression.

Or if this is not a regression, please tell me what I missed.

The tests are in guardian/testapp/tests/__init__.py which selectively imports from *_test.py files.

I also filled a bug report at django-guardian, see https://github.com/django-guardian/django-guardian/issues/356"	Bug	closed	Testing framework	1.8	Normal	invalid			Unreviewed	0	0	0	0	0	0
