Skip to content

Commit

Permalink
Merge pull request #53 from argyle-engineering/support-bvd
Browse files Browse the repository at this point in the history
Support bvd as street type
  • Loading branch information
lmelninkas authored Apr 29, 2024
2 parents 0a24824 + cf77d3f commit 62ea007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyap/source_US/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def str_list_to_upper_lower_regex(str_list: List[str]) -> str:
"Btm",
"Burg",
"Burgs",
"Bvd",
"Byp",
"Bypa",
"Bypas",
Expand Down
1 change: 1 addition & 0 deletions tests/test_parser_us.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ def test_po_box_positive(input, expected):
"input,expected",
[
# positive assertions
("1111 WILSON BVD STE 2222", True),
("800 W EL CAMINO REAL\n350 STE *", True),
("899 HEATHROW PARK LN", True),
("1806 Dominion Way Ste B", True),
Expand Down

0 comments on commit 62ea007

Please sign in to comment.