﻿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
28869	Make test tags inherit from the class rather than be overridden by tags on the method	William Ayd	William Ayd	"When subclassing test cases, decorated tags are inherited ONLY when the subclass does not provide its own tag decorator. If the subclass provides its own decorator(s) then the parent's tags are ignored.

If you use the attached file, running:

{{{
python manage.py test
}}}

yields two test cases as expected. However, running

{{{
python manage.py test --tag=foo-tests
}}}

OR

{{{
python manage.py test --tag=baz-tests
}}}

Will each only run one test a piece. I would expect that the former would run both test cases, given all of the test cases in the attached file are inherited from a class which is decorated with that tag."	Bug	closed	Testing framework	1.11	Normal	fixed	testing, tag	Hrishikesh Barman	Accepted	1	0	0	1	0	0
