def statisticianTearDown(test): tearDown(test)
def tearDown_bing(test): bing_flag.cleanUp() tearDown(test)
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)
def updateRemoteProductTeardown(test): # Mark the DB as dirty, since we run a script in a sub process. DatabaseLayer.force_dirty_database() tearDown(test)
def bugNotificationSendingTearDown(test): tearDown(test)
def enableDSPPickerTearDown(test): test.globs['dsp_picker_feature_fixture'].cleanUp() tearDown(test)