Executed before each test in the class
(self)
| 389 | |
| 390 | class TestRecurrenceNotification(TestCase): |
| 391 | def setUp(self): |
| 392 | """Executed before each test in the class""" |
| 393 | self.t = Task() |
| 394 | |
| 395 | def test_notification(self): |
| 396 | """Test notification on task creation""" |