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

Method tearDown

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

Source from the content-addressed store, hash-verified

25 self.temp_dir = tempfile.mkdtemp()
26
27 def tearDown(self):
28 import shutil
29 shutil.rmtree(self.temp_dir, ignore_errors=True)
30
31 def test_evolution_result_class(self):
32 """Test EvolutionResult dataclass"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected