Executed before each test in the class
(self)
| 104 | |
| 105 | class TestFeature2563(TestCase): |
| 106 | def setUp(self): |
| 107 | """Executed before each test in the class""" |
| 108 | self.t = Task() |
| 109 | |
| 110 | def test_done_unwait(self): |
| 111 | """2563: Done should NOT remove the wait attribute""" |