Executed before each test in the class
(self)
| 369 | |
| 370 | class TestUpgradeToRecurring(TestCase): |
| 371 | def setUp(self): |
| 372 | """Executed before each test in the class""" |
| 373 | self.t = Task() |
| 374 | |
| 375 | def test_upgrade(self): |
| 376 | """Upgrade task to recurring""" |