MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / test

Method test

camel/benchmarks/base.py:111–120  ·  view source on GitHub ↗

r"""Get the test data. Returns: List[Dict[str, Any]]: The test data.

(self)

Source from the content-addressed store, hash-verified

109
110 @property
111 def test(self) -> List[Dict[str, Any]]:
112 r"""Get the test data.
113
114 Returns:
115 List[Dict[str, Any]]: The test data.
116 """
117 if not self._data:
118 logger.info("Data not loaded. Loading data.")
119 self.load()
120 return self._data["test"]
121
122 @abstractmethod
123 def run(

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected