def tor_updater(): tor.updater()
def test_tor_updater(self): db_file_path = tor.updater() self.assertTrue(os.path.exists(db_file_path))