Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
eckter committed Nov 26, 2024
1 parent 32999aa commit fcf715a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/fuzzer/fuzzer_stdcm_single_timetable.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@

import requests

from fuzzer import _get_random_rolling_stock, _random_set_element, _to_ms, get_infra
from fuzzer.fuzzer import (
_get_random_rolling_stock,
_random_set_element,
_to_ms,
get_infra,
)
from tests.scenario import Scenario

_TIMEOUT = 300
Expand All @@ -25,6 +30,8 @@
testing. May not always be up-to-date.
Note: on an imported infra and timetables, tests take a while.
Usage: `poetry run python -m fuzzer.fuzzer_stdcm_single_timetable`
"""


Expand Down

0 comments on commit fcf715a

Please sign in to comment.