id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
4174	trial exits with unhandled exception when using default reporter and a test has overridden `id` somehow	exarkun		"{{{
#!python
from twisted.trial.unittest import TestCase

class Broken(TestCase):
    def setUp(self):
        self.id = None


    def test_foo(self):
        1 / 0
}}}

This failure brought to you by inheritance and the number 7.
"	defect	new	normal		trial						
