예제 #1
0
def statisticianTearDown(test):
    tearDown(test)
예제 #2
0
def statisticianTearDown(test):
    tearDown(test)
예제 #3
0
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
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
def bugNotificationSendingTearDown(test):
    tearDown(test)
예제 #8
0
def bugNotificationSendingTearDown(test):
    tearDown(test)
예제 #9
0
def enableDSPPickerTearDown(test):
    test.globs['dsp_picker_feature_fixture'].cleanUp()
    tearDown(test)
예제 #10
0
def updateRemoteProductTeardown(test):
    # Mark the DB as dirty, since we run a script in a sub process.
    DatabaseLayer.force_dirty_database()
    tearDown(test)