def tearDown(self): set_active_lang(self.old_lang)
def setUp(self): self.old_lang = get_active_lang() set_active_lang("de-de")