COMMITS
/ tests/basic/test_scripting.py August 1, 2024
P
fix: Remove unused import of `InputOutput` from `aider.io`
Paul Gauthier (aider) committed
P
fix: Remove unnecessary assertions in test_scripting.py
Paul Gauthier committed
P
style: Fix linter issues in test_scripting.py
Paul Gauthier (aider) committed
P
feat: use GitTemporaryDirectory for scripting tests
Paul Gauthier (aider) committed
P
fix: Set partial_response_function_call to None in mock_send_side_effect
Paul Gauthier committed
P
style: format code with linter
Paul Gauthier (aider) committed
P
fix: Handle functions argument in test mocks
Paul Gauthier (aider) committed
P
fix: Move mock_send_side_effect definition before its usage
Paul Gauthier committed
P
fix: Remove unused import of MagicMock
Paul Gauthier (aider) committed
P
style: format code
Paul Gauthier (aider) committed
P
fix: Set coder.partial_response_content in mocked send() method
Paul Gauthier (aider) committed
P
style: format code to improve readability
Paul Gauthier (aider) committed
P
fix: Mock Coder.send() instead of Coder.create and Model
Paul Gauthier (aider) committed
P
style: Format Python code with black
Paul Gauthier (aider) committed
P
feat: add unit tests for Python scripting API
Paul Gauthier (aider) committed
P
feat: Add basic scripting tests
Paul Gauthier committed