Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc
This commit is contained in:
parent
d7d92502b4
commit
8186550c9a
10 changed files with 379 additions and 33 deletions
|
|
@ -181,6 +181,9 @@ def test_address_commands_preserve_message_arguments(tmp_path):
|
|||
check=True,
|
||||
)
|
||||
assert result.stdout == "reply -- Some reply! $value --literal\n"
|
||||
generic = (command_dir / "@").read_text(encoding="utf-8")
|
||||
assert 'TAMQ_RECIPIENTS=' in generic
|
||||
assert '["audit-core"]' in generic
|
||||
|
||||
|
||||
def test_address_commands_reject_unsafe_repository_names(tmp_path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue