Fixture that returns the OkSmall instance, but where the vehicles and clients have two load dimensions.
()
| 67 | |
| 68 | @pytest.fixture(scope="session") |
| 69 | def ok_small_multiple_load(): |
| 70 | """ |
| 71 | Fixture that returns the OkSmall instance, but where the vehicles and |
| 72 | clients have two load dimensions. |
| 73 | """ |
| 74 | return read("data/OkSmallMultipleLoad.txt") |
| 75 | |
| 76 | |
| 77 | @pytest.fixture(scope="session") |