Skip to content

Commit

Permalink
Update a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 9, 2020
1 parent 9575834 commit bd7f29b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_faker.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def test_get_providers():
"cryptocurrency",
"cryptocurrency_code",
"cryptocurrency_name",
"csv",
"currency",
"currency_code",
"currency_name",
Expand All @@ -74,6 +75,7 @@ def test_get_providers():
"day_of_week",
"domain_name",
"domain_word",
"dsv",
"ean",
"ean13",
"ean8",
Expand Down Expand Up @@ -155,6 +157,7 @@ def test_get_providers():
"prefix_female",
"prefix_male",
"profile",
"psv",
"pybool",
"pydecimal",
"pydict",
Expand Down Expand Up @@ -205,6 +208,7 @@ def test_get_providers():
"suffix",
"suffix_female",
"suffix_male",
"tar",
"text",
"texts",
"time",
Expand All @@ -213,6 +217,7 @@ def test_get_providers():
"time_series",
"timezone",
"tld",
"tsv",
"unix_device",
"unix_partition",
"unix_time",
Expand All @@ -230,6 +235,7 @@ def test_get_providers():
"word",
"words",
"year",
"zip",
"zipcode",
"zipcode_in_state",
"zipcode_plus4",
Expand Down

0 comments on commit bd7f29b

Please sign in to comment.