| changeset 590 | e103299bccc0 |
| parent 278 | 3d25afbd78ff |
| 589:a87316d901be | 590:e103299bccc0 |
|---|---|
5 |
5 |
6 from cm.models import * |
6 from cm.models import * |
7 from cm.models_utils import * |
7 from cm.models_utils import * |
8 |
8 |
9 class NotificationTest(TestCase): |
9 class NotificationTest(TestCase): |
10 fixtures = ['roles_generic','test_content'] |
10 fixtures = ['initial_data', 'roles_generic','test_content'] |
11 |
11 |
12 def setUp(self): |
12 def setUp(self): |
13 pass |
13 pass |
14 |
14 |
15 def test_simple_notification(self): |
15 def test_simple_notification(self): |