Skip to content

Commit 7b76d8c

Browse files
committed
2016-05-28
1 parent b5de2e2 commit 7b76d8c

4 files changed

Lines changed: 226 additions & 235 deletions

File tree

tests/test_searchengine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pprint import pprint as ppt
66

77

8-
def test_all():
8+
def test_ZipcodeSearchEngine():
99
with ZipcodeSearchEngine() as search:
1010
zipcode = search.by_zipcode(20876)
1111
assert zipcode.Zipcode == "20876"

uszipcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__short_description__ = ("USA zipcode programmable database, includes "
88
"up-to-date census and geometry information.")
99
__license__ = "MIT"
10-
__author__ = "Sanhe Hu"
10+
__author__ = "Sanhe Hu"

0 commit comments

Comments
 (0)