Fixture that returns the OkSmall instance, but where vehicles may also reload at the depot.
()
| 76 | |
| 77 | @pytest.fixture(scope="session") |
| 78 | def ok_small_multiple_trips(): |
| 79 | """ |
| 80 | Fixture that returns the OkSmall instance, but where vehicles may also |
| 81 | reload at the depot. |
| 82 | """ |
| 83 | return read("data/OkSmallMultipleTrips.txt") |
| 84 | |
| 85 | |
| 86 | @pytest.fixture(scope="session") |