Beispiel #1
0
 def setUp(self):
     super(EventTests, self).setUp()
     create_notification_types()
Beispiel #2
0
 def setUp(self):
     super(LocationTests, self).setUp()
     self.loc_type = LocationType.objects.create(name="Test location type")
     create_notification_types()