Skip to content

Commit d205f58

Browse files
authored
Merge pull request #3513 from cal-itp/mov/2780-gtfs-rt-validation
Fix errors on GTFS RT validation
2 parents d7a4798 + 88ed9ad commit d205f58

File tree

6 files changed

+1812
-1254
lines changed

6 files changed

+1812
-1254
lines changed

jobs/gtfs-rt-parser-v2/conftest.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
def pytest_addoption(parser):
2+
parser.addoption(
3+
"--gcs",
4+
action="store_true",
5+
default=False,
6+
help="Run tests requiring GCS",
7+
)

0 commit comments

Comments
 (0)