refactor(g05): avoid shared recipe changes

This commit is contained in:
Pepijn
2026-07-29 16:02:53 +02:00
parent fe4497ba27
commit 916fc866f5
3 changed files with 0 additions and 16 deletions
-8
View File
@@ -57,14 +57,6 @@ def test_message_recipe_requires_at_least_one_target():
)
def test_message_recipe_requires_known_bindings():
with pytest.raises(ValueError, match="requires unknown binding"):
TrainingRecipe(
messages=[_minimal_target_turn()],
requires=["not_a_binding"],
)
def test_recipe_rejects_both_messages_and_blend():
with pytest.raises(ValueError, match="only one"):
TrainingRecipe(