-
Notifications
You must be signed in to change notification settings - Fork 27
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
[feature] gtfs2ntfs: read route_desc into comments #733
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't it possible to only add a new comment on existing features instead of adding an entire new set of fixtures?
Concerning the fixtures, many tests rely on the output of minimal. This would require small changes a bit everywhere. Do you prefer that approach? |
I see, if the alternative is to modify |
I added a commit which applies the same behaviour for stop comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just wondering if generate_route_comment
wouldn't be more accurate as the function name but apart from that, this PR is good to go.
Thanks, I renamed it |
Internal issue: https://jira.kisio.org/browse/ND-1075