From cc20b23f407e4b343422e7a812d6b7364d4d3a37 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Thu, 2 Jan 2020 15:49:44 +0900 Subject: [PATCH] Fix a test case --- test/test_faker.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/test_faker.py b/test/test_faker.py index 0d3caf4..78f4eb9 100644 --- a/test/test_faker.py +++ b/test/test_faker.py @@ -19,6 +19,7 @@ def test_get_providers(): [ "address", "am_pm", + "android_platform_token", "ascii_company_email", "ascii_email", "ascii_free_email", @@ -36,6 +37,7 @@ def test_get_providers(): "city", "city_prefix", "city_suffix", + "color", "color_name", "company", "company_email", @@ -97,6 +99,8 @@ def test_get_providers(): "iban", "image_url", "internet_explorer", + "invalid_ssn", + "ios_platform_token", "ipv4", "ipv4_network_class", "ipv4_private", @@ -163,6 +167,7 @@ def test_get_providers(): "pylist", "pyset", "pystr", + "pystr_format", "pystruct", "pytuple", "random_choices", @@ -204,6 +209,7 @@ def test_get_providers(): "suffix_female", "suffix_male", "text", + "texts", "time", "time_delta", "time_object", @@ -213,6 +219,8 @@ def test_get_providers(): "unix_device", "unix_partition", "unix_time", + "upc_a", + "upc_e", "uri", "uri_extension", "uri_page",