trial exits with unhandled exception when using default reporter and a test has overridden `id` somehow
[email protected] Wed, 16 Dec 2009 20:55:18 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from exarkun <[email protected]>: {{{ #!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. ---------- Type : defect Component: trial Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4174