-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detail and readability of failure reporting #13
Comments
Humm, here is what it looks that when I run a test and have a failure:
Not sure why you don't have the carriage returns. May be a locale issue again.
"av/avenue" may be fixed with a synonym dict to be maybe use when running with |
About the '\n' problem: This problem doesn't occur within a ssh(1) session. $TERM is not relevant here, as both declare The '\n' does not make sense. I never had output problems with any programs behind lxc-attach. Strange that |
About 19B/19 BIS, I didn't know they would be different and representing 2 different addresses... why? In the former case (19B Rue des Deux Ponts Paris), the returned postal code was incorrect anyway. I also have a case on Is it possible to only check geo coordinates? |
B and BIS are two possible ordinals: sometimes its bis, ter, quater, etc.; sometimes it's A, B, C; sometimes it's something else; and sometimes all together in the same street. ;)
It may be or may not be. is "7T" from the test case or from the result?
I guess the test case should be fixed?
Isn't this the discussion in #14 ? :) |
From test case. Should we transform all bis/ter/... to single letter for comparing?
Only if we establish that using a space is the norm. If not, we may
Yes it is :) |
…_french test_abbreviations
Hi,
It looks like that geocoder-tester does not specify what property is incorrect from a result.
It prints all exepected/result properties as pipe-separated values.
Thus, question 1 is: how can we improve report readability?
From the example below, there is a conflict between
19B
and19 BIS
. The latter is the preferred way for speaking to the end user, while the latter is standard-compliant. The same difference occurs for R/RUE, AV/AVENUE, etc.Question 2 is: how can we enable geocoder to tolerate these different spellings?
Thank you!
The text was updated successfully, but these errors were encountered: