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

Method setUp

tests/test_artifacts.py:217–219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215 """Test artifact rendering in prompts"""
216
217 def setUp(self):
218 config = PromptConfig()
219 self.sampler = PromptSampler(config)
220
221 def test_render_artifacts_all_items(self):
222 """Test that all artifacts are included using .items() without prioritization"""

Callers

nothing calls this directly

Calls 2

PromptConfigClass · 0.90
PromptSamplerClass · 0.90

Tested by

no test coverage detected