Ticket #4174 defect new
trial exits with unhandled exception when using default reporter and a test has overridden `id` somehow
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
