﻿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
23620	Use more specific assertions than assertTrue in tests	Tim Graham	averybigant	"We should change things like `self.assertTrue(fetched.active_translation.title == 'Otsikko')` to use `assertEqual` and things like `self.assertTrue('id' in form.fields)` to use `assertIn`. Attaching an initial patch. I used `grep -rI ""assertTrue"" * | grep ==` to find instances that need changing."	Cleanup/optimization	closed	Uncategorized	dev	Normal	fixed			Accepted	0	0	0	0	1	0
