﻿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
11253	TestCase method docs should consistently use TestCase.methodName	Chris Beaven	nobody	"Currently we have:
{{{
TestCase.assertContains(response, text, count=None, status_code=200)
TestCase.assertNotContains(response, text, status_code=200)
assertFormError(response, form, field, errors)
assertTemplateUsed(response, template_name)
assertTemplateNotUsed(response, template_name)
assertRedirects(response, expected_url, status_code=302, target_status_code=200)
}}}
They're all `TestCase` methods so they should all be either with or without the `TestCase.` prefix (I say with)"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
