コード例 #1
0
ファイル: test_doc.py プロジェクト: pombredanne/launchpad-3
def statisticianTearDown(test):
    tearDown(test)
コード例 #2
0
ファイル: test_doc.py プロジェクト: vitaminmoo/unnaturalcode
def statisticianTearDown(test):
    tearDown(test)
コード例 #3
0
ファイル: test_doc.py プロジェクト: pombredanne/launchpad-3
def tearDown_bing(test):
    bing_flag.cleanUp()
    tearDown(test)
コード例 #4
0
def peopleKarmaTearDown(test):
    """Restore the database after testing karma."""
    # We can't detect db changes made by the subprocess (yet).
    DatabaseLayer.force_dirty_database()
    tearDown(test)
コード例 #5
0
def peopleKarmaTearDown(test):
    """Restore the database after testing karma."""
    # We can't detect db changes made by the subprocess (yet).
    DatabaseLayer.force_dirty_database()
    tearDown(test)
コード例 #6
0
ファイル: test_doc.py プロジェクト: vitaminmoo/unnaturalcode
def updateRemoteProductTeardown(test):
    # Mark the DB as dirty, since we run a script in a sub process.
    DatabaseLayer.force_dirty_database()
    tearDown(test)
コード例 #7
0
ファイル: test_doc.py プロジェクト: vitaminmoo/unnaturalcode
def bugNotificationSendingTearDown(test):
    tearDown(test)
コード例 #8
0
ファイル: test_doc.py プロジェクト: pombredanne/launchpad-3
def bugNotificationSendingTearDown(test):
    tearDown(test)
コード例 #9
0
ファイル: test_doc.py プロジェクト: pombredanne/launchpad-3
def enableDSPPickerTearDown(test):
    test.globs['dsp_picker_feature_fixture'].cleanUp()
    tearDown(test)
コード例 #10
0
ファイル: test_doc.py プロジェクト: pombredanne/launchpad-3
def updateRemoteProductTeardown(test):
    # Mark the DB as dirty, since we run a script in a sub process.
    DatabaseLayer.force_dirty_database()
    tearDown(test)