MCPcopy Create free account
hub / github.com/PyVRP/PyVRP / ok_small

Function ok_small

tests/conftest.py:8–13  ·  view source on GitHub ↗

Fixture that returns the OkSmall instance when called, an instance with just 4 clients that's easy to understand.

()

Source from the content-addressed store, hash-verified

6
7@pytest.fixture(scope="session")
8def ok_small():
9 """
10 Fixture that returns the OkSmall instance when called, an instance with
11 just 4 clients that's easy to understand.
12 """
13 return read("data/OkSmall.txt")
14
15
16@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

readFunction · 0.90

Tested by

no test coverage detected