COMMITS
/ tests/basic/test_io.py May 8, 2025
P
fix: Correct Columns call count assertions in io tests
Paul Gauthier (aider) committed
P
fix: Patch rich.columns.Columns where it is used
Paul Gauthier (aider) committed
P
test: Fix TestInputOutputFormatFiles method signatures
Paul Gauthier (aider) committed
P
fix: Fix flaky tests for pretty file list formatting
Paul Gauthier (aider) committed
P
fix: Remove unused import in test_io.py
Paul Gauthier (aider) committed
P
style: Format test_io.py
Paul Gauthier (aider) committed
P
test: Test io.format_files_for_input pretty output
Paul Gauthier (aider) committed
March 30, 2025
P
style: Apply linter fixes
Paul Gauthier (aider) committed
P
fix: Fix ColorParseError by ensuring hex colors have # prefix
Paul Gauthier (aider) committed
March 6, 2025
P
style: Format code with linter and remove extra whitespaces
Paul Gauthier (aider) committed
P
test: Add tests for ensure_hash_prefix and color initialization
Paul Gauthier (aider) committed
February 6, 2025
P
style: Remove trailing whitespace in test_io.py
Paul Gauthier (aider) committed
P
test: add tests for multiline mode restoration after prompt interrupts
Paul Gauthier (aider) committed
P
test: add cases for 's'/'skip' and 'a'/'all' in confirm_ask without group
Paul Gauthier (aider) committed
January 13, 2025
P
fix: Make line endings validation test order-independent
Paul Gauthier (aider) committed
P
fix: Update test to match error message format for line endings validation
Paul Gauthier (aider) committed
P
style: Format test_io.py to comply with linter rules
Paul Gauthier (aider) committed
P
test: add line endings validation tests for InputOutput
Paul Gauthier (aider) committed
January 11, 2025
P
style: Format test_io.py with consistent string quotes and spacing
Paul Gauthier (aider) committed
P
test: update test to use invalid Unicode that triggers encoding error
Paul Gauthier (aider) committed
P
style: Format test_io.py with consistent quotes and spacing
Paul Gauthier (aider) committed
P
test: add test for Unicode to ASCII fallback in tool messages
Paul Gauthier (aider) committed
January 10, 2025
P
test: add test case for TERM=dumb terminal handling
Paul Gauthier (aider) committed
December 12, 2024
P
test: Fix multiline mode tests and add toggle test
Paul Gauthier (aider) committed
P
feat: Add tests for multiline input mode
Paul Gauthier (aider) committed
October 24, 2024
P
fix last test
Paul Gauthier committed
P
test: set fancy_input=False in all InputOutput() test instances
Paul Gauthier (aider) committed
P
test: fix confirm_ask_yes_no test by disabling fancy input
Paul Gauthier committed
P
fix: add fancy_input=False to all InputOutput test initializations
Paul Gauthier (aider) committed
September 28, 2024
P
fix: Update autocomplete test to handle partial file names
Paul Gauthier committed
P
fix: remove unused import of Completion in test_io.py
Paul Gauthier (aider) committed
P
style: format code and improve readability in test_io.py
Paul Gauthier (aider) committed
P
test: add unit tests for AutoCompleter.get_command_completions method
Paul Gauthier (aider) committed
P
test: remove unused test for command completions in TestInputOutput class
Paul Gauthier committed
P
style: format code and run linter on test_io.py
Paul Gauthier (aider) committed
P
fix: update test_get_command_completions to match new method signature with Document and CompleteEvent parameters
Paul Gauthier (aider) committed
P
test: Fix confirm_ask test to handle invalid input and verify call count
Paul Gauthier (aider) committed
P
style: run linter and fix whitespace in test_io.py
Paul Gauthier (aider) committed
P
test: add unit tests for allow_never option in confirm_ask method
Paul Gauthier (aider) committed
September 10, 2024
P
fix: remove unused import of builtins module
Paul Gauthier (aider) committed
P
style: reorder imports in test_io.py
Paul Gauthier (aider) committed
P
test: update input mocking in TestInputOutput
Paul Gauthier (aider) committed
August 28, 2024
P
test: update AutoCompleter test for command matching
Paul Gauthier committed
P
fix: update test_get_command_completions to handle matching_commands return value
Paul Gauthier (aider) committed
P
style: format test_io.py with linter
Paul Gauthier (aider) committed
P
test: add test case for get_command_completions with "/model gpt" input
Paul Gauthier (aider) committed
August 27, 2024
P
fix /read completions
Paul Gauthier committed
P
feat: enhance autocomplete functionality for code tokens and filenames
Paul Gauthier committed
August 24, 2024
P
fix: Improve confirm_ask function in io.py
Paul Gauthier committed