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

Function test_program_file

tests/integration/conftest.py:68–72  ·  view source on GitHub ↗

Create a test program file

(temp_workspace)

Source from the content-addressed store, hash-verified

66
67@pytest.fixture
68def test_program_file(temp_workspace):
69 """Create a test program file"""
70 program_file = temp_workspace / "test_program.py"
71 program_file.write_text(get_evolution_test_program())
72 return program_file
73
74
75@pytest.fixture

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected