Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3377)

Issue 4294044: adding feedvalidator_googletransit.py for using the extension directly (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by neun
Modified:
13 years, 1 month ago
Reviewers:
googletransitdatafeed, anog
CC:
fabien.viger.code
Visibility:
Public.

Patch Set 1 #

Total comments: 13

Patch Set 2 : added integration tests #

Total comments: 4

Patch Set 3 : added googletransit good_feed test #

Total comments: 1

Patch Set 4 : final version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -15 lines) Patch
M python/feedvalidator.py View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
A python/feedvalidator_googletransit.py View 1 1 chunk +32 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/agency.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/calendar.txt View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/calendar_dates.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/fare_attributes.txt View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/fare_rules.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/feed_info.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/frequencies.txt View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/routes.txt View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/stop_times.txt View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/stops.txt View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/transfers.txt View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A python/test/data/googletransit/good_feed/trips.txt View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M python/test/testfeedvalidator.py View 1 2 3 12 chunks +16 lines, -14 lines 0 comments Download
M python/test/testgoogletransitextension.py View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 7
neun
Hi Andre, this is a first proposal how we could create an executable for an ...
13 years, 1 month ago (2011-03-14 07:11:53 UTC) #1
anog
http://codereview.appspot.com/4294044/diff/1/python/feedvalidator.py File python/feedvalidator.py (right): http://codereview.appspot.com/4294044/diff/1/python/feedvalidator.py#newcode618 python/feedvalidator.py:618: def ReadFeedAndOptions(): ParseCommandLineArguments? ParseArguments? http://codereview.appspot.com/4294044/diff/1/python/feedvalidator.py#newcode694 python/feedvalidator.py:694: """Validate feed, run ...
13 years, 1 month ago (2011-03-14 10:47:05 UTC) #2
neun
Hi Andre, thanks a lot for your suggestions. Here are my changes. Best, Moritz http://codereview.appspot.com/4294044/diff/1/python/feedvalidator.py ...
13 years, 1 month ago (2011-03-15 13:52:04 UTC) #3
anog
http://codereview.appspot.com/4294044/diff/1/python/feedvalidator_googletransit.py File python/feedvalidator_googletransit.py (right): http://codereview.appspot.com/4294044/diff/1/python/feedvalidator_googletransit.py#newcode20 python/feedvalidator_googletransit.py:20: import extensions.googletransit On 2011/03/15 13:52:04, neun wrote: > it's ...
13 years, 1 month ago (2011-03-15 14:46:39 UTC) #4
neun
Hi Andre, thanks for your comments. I did the changes as suggested. Best, Moritz http://codereview.appspot.com/4294044/diff/6001/python/test/testgoogletransitextension.py ...
13 years, 1 month ago (2011-03-21 12:32:40 UTC) #5
anog
LGTM, just a small comment http://codereview.appspot.com/4294044/diff/12001/python/test/testgoogletransitextension.py File python/test/testgoogletransitextension.py (right): http://codereview.appspot.com/4294044/diff/12001/python/test/testgoogletransitextension.py#newcode44 python/test/testgoogletransitextension.py:44: htmlout = open('validation-results.html').read() Could ...
13 years, 1 month ago (2011-03-21 15:43:49 UTC) #6
neun
13 years, 1 month ago (2011-03-22 09:56:59 UTC) #7
Thanks Andre!

I added the check. The new revision is
http://code.google.com/p/googletransitdatafeed/source/detail?r=1498
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b