[fix]. Restore PR-scoped review + remove fix cmd
This commit is contained in:
@@ -17,11 +17,8 @@ def test_parse_review_command_defaults_to_non_explicit_summary_mode() -> None:
|
||||
assert cmd.mode_explicit is False
|
||||
|
||||
|
||||
def test_parse_fix_branch() -> None:
|
||||
cmd = parse_command("@codex fix --branch finding 2")
|
||||
assert cmd is not None
|
||||
assert cmd.name == "fix"
|
||||
assert cmd.branch_fix is True
|
||||
def test_parse_fix_command_returns_none() -> None:
|
||||
assert parse_command("@codex fix --branch finding 2") is None
|
||||
|
||||
|
||||
def test_invalid_command_returns_none() -> None:
|
||||
|
||||
Reference in New Issue
Block a user