You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK I know it's 3 years since the last commit... BUT, I just downloaded the library and executed the test suite. Are some tests (aka asserts) supposed to fail, in order to show the weak points? If not:
`python2 test.py
FAIL: test_all (main.addressTests)
Traceback (most recent call last):
File "test.py", line 158, in test_all
'type' : 'Hwy',
AssertionError
Ran 1 test in 0.001s
FAILED (failures=1)`
Thanks,
John
The text was updated successfully, but these errors were encountered:
OK I know it's 3 years since the last commit... BUT, I just downloaded the library and executed the test suite. Are some tests (aka asserts) supposed to fail, in order to show the weak points? If not:
`python2 test.py
FAIL: test_all (main.addressTests)
Traceback (most recent call last):
File "test.py", line 158, in test_all
'type' : 'Hwy',
AssertionError
Ran 1 test in 0.001s
FAILED (failures=1)`
Thanks,
John
The text was updated successfully, but these errors were encountered: