From a3109e72c147c8695f581b4d62cd9906e644639e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Morini=C3=A8re?= Date: Thu, 2 May 2024 11:19:26 +0200 Subject: [PATCH] Add test --- tests/test_countries.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_countries.py b/tests/test_countries.py index 0f9fbe8..4e9b687 100644 --- a/tests/test_countries.py +++ b/tests/test_countries.py @@ -19,6 +19,7 @@ class TestCountries: ("Allemagne", {}, "DE"), # fr ("Alemanha", {}, "DE"), # pt # If no country found, return None + ("Southern Africa", {}, None), ("Wonderland", {}, None), ("Germany", {"lang": "fr"}, None), # No confusion with Congo ("CD")