コード例 #1
0
ファイル: test_email.py プロジェクト: pombredanne/launchpad-3
 def makeDatabaseBranch(self):
     branch = BzrSyncTestCase.makeDatabaseBranch(self)
     LaunchpadZopelessLayer.txn.begin()
     add_subscriber(branch)
     LaunchpadZopelessLayer.txn.commit()
     return branch
コード例 #2
0
ファイル: test_email.py プロジェクト: pombredanne/launchpad-3
 def setUp(self):
     BzrSyncTestCase.setUp(self)
     stub.test_emails = []
コード例 #3
0
 def makeDatabaseBranch(self):
     branch = BzrSyncTestCase.makeDatabaseBranch(self)
     LaunchpadZopelessLayer.txn.begin()
     add_subscriber(branch)
     LaunchpadZopelessLayer.txn.commit()
     return branch
コード例 #4
0
 def setUp(self):
     BzrSyncTestCase.setUp(self)
コード例 #5
0
 def setUp(self):
     BzrSyncTestCase.setUp(self)
     stub.test_emails = []