Skip to content

Commit

Permalink
Merge pull request #3513 from cal-itp/mov/2780-gtfs-rt-validation
Browse files Browse the repository at this point in the history
Fix errors on GTFS RT validation
  • Loading branch information
erikamov authored Nov 18, 2024
2 parents d7a4798 + 88ed9ad commit d205f58
Show file tree
Hide file tree
Showing 6 changed files with 1,812 additions and 1,254 deletions.
7 changes: 7 additions & 0 deletions jobs/gtfs-rt-parser-v2/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
def pytest_addoption(parser):
parser.addoption(
"--gcs",
action="store_true",
default=False,
help="Run tests requiring GCS",
)
Loading

0 comments on commit d205f58

Please sign in to comment.