MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/openevolve / setUp

Method setUp

tests/test_api.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22class TestAPIFunctions(unittest.TestCase):
23
24 def setUp(self):
25 self.temp_dir = tempfile.mkdtemp()
26
27 def tearDown(self):
28 import shutil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected