Skip to content

Commit

Permalink
Fix debug command output formatting and add TODO comment for AI respo…
Browse files Browse the repository at this point in the history
…nse check
  • Loading branch information
TechNickAI committed Jun 23, 2023
1 parent 49c743b commit 5cb91ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ def test_debug_failure(runner):
result = runner.invoke(cli, ["debug", "ls", "-9"])
assert result.exit_code == 0 # the debug command itself should still succeed
assert "Running:\nls -9" in result.output
assert "The command exited with status 1." in result.output
assert "The command exited with status 1" in result.output
# TODO: Something to check the AI response that is reliable. Hard because it changes every time.

0 comments on commit 5cb91ac

Please sign in to comment.