コード例 #1
0
ファイル: event_tests.py プロジェクト: mateifl/djsocial
 def setUp(self):
     super(EventTests, self).setUp()
     create_notification_types()
コード例 #2
0
ファイル: location_tests.py プロジェクト: mateifl/djsocial
 def setUp(self):
     super(LocationTests, self).setUp()
     self.loc_type = LocationType.objects.create(name="Test location type")
     create_notification_types()