def test_timezone_search_complete_name(self): for w in pytz.all_timezones: h = kron.timezone.search(w) self.assertEqual(h, w)