def setUp(self):
     EmailHarness.setUp(self)
     self.alice = self.make_participant('alice', claimed_time='now')
 def setUp(self):
     EmailHarness.setUp(self)
     self.alice = self.make_participant('alice', claimed_time='now')
     self._old_threshold = self.client.website.env.resend_verification_threshold
     self.client.website.env.resend_verification_threshold = '0 seconds'
 def setUp(self):
     EmailHarness.setUp(self)
     self.bob = self.make_participant('bob', claimed_time='now', email_address='*****@*****.**')
     self.dan = self.make_participant('dan', claimed_time='now', email_address='*****@*****.**')
     self.alice = self.make_participant('alice', claimed_time='now', email_address='*****@*****.**')
Example #4
0
 def setUp(self):
     EmailHarness.setUp(self)
     self.alice = self.make_participant('alice', claimed_time='now')
Example #5
0
 def setUp(self):
     EmailHarness.setUp(self)
     self.bob = self.make_participant('bob', claimed_time='now', email_address='*****@*****.**')
     self.dan = self.make_participant('dan', claimed_time='now', email_address='*****@*****.**')
     self.alice = self.make_participant('alice', claimed_time='now', email_address='*****@*****.**')