kin: auto-commit after pipeline
This commit is contained in:
parent
e7e0342aeb
commit
38fd7da3e6
3 changed files with 77 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue