-
Notifications
You must be signed in to change notification settings - Fork 126
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
[NAV-3444] add penality bike parking #4320
Conversation
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
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.
can you please also add a test with
query = (
sub_query
+ "&datetime=20120614T075000"
+ "&from=2.36893;48.88413"
+ "&to=2.28928;48.84710"
+ "&first_section_mode[]=bike"
+ "&first_section_mode[]=walking"
+ "&bike_speed=0.1"
+ "&park_mode[]=on_street"
+ "&_access_points=true"
)
journeys = get_not_null(response, 'journeys') | ||
assert len(journeys) > 0 | ||
for journey in journeys: | ||
if len(journey['sections']) > 1: |
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.
you can identify the underlying journey by its tags...
Quality Gate passedIssues Measures |
No description provided.