예제 #1
0
    def setUp(self):
        self.user = mommy.make('auth.User')

        add_to_registry(TestNotification)
        self.notification = TestNotification()

        mommy.make('ahem.UserBackendRegistry',
            user=self.user, backend=TestBackend.name)
예제 #2
0
    def setUp(self):
        self.user = mommy.make('auth.User')

        add_to_registry(TestNotification)
        self.notification = TestNotification()
예제 #3
0
파일: test_utils.py 프로젝트: Axilent/Ahem
 def setUp(self):
     add_to_registry(TestNotification)
     add_to_registry(OtherNotification)