Ejemplo n.º 1
0
 def setUp(self):
     EmailHarness.setUp(self)
     self.alice = self.make_participant('alice', claimed_time='now')
Ejemplo n.º 2
0
 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'
Ejemplo n.º 3
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='*****@*****.**')
Ejemplo n.º 4
0
 def setUp(self):
     EmailHarness.setUp(self)
     self.alice = self.make_participant('alice', claimed_time='now')
Ejemplo n.º 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='*****@*****.**')