kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 21:13:16 +02:00
parent e7e0342aeb
commit 38fd7da3e6
3 changed files with 77 additions and 2 deletions

View file

@ -120,7 +120,7 @@ class TestCreateWorktree:
@patch("subprocess.run")
def test_create_worktree_sanitizes_step_name(self, mock_run, tmp_path):
"""Слэши и пробелы в step_name заменяются на _ в branch name."""
"""Слэши и пробелы в step_name заменяются на _ в branch name (decision #596)."""
from core.worktree import create_worktree
mock_run.return_value = _ok_run()