RA.Aid/tests/ra_aid
Ariel Frischer e960a68d29
Binary Skipped ascii filetype fix (#108)
* chore: refactor code for improved readability and maintainability

- Standardize variable naming conventions for consistency.
- Improve logging messages for better clarity and debugging.
- Remove unnecessary imports and clean up code structure.
- Enhance error handling and logging in various modules.
- Update comments and docstrings for better understanding.
- Optimize imports and organize them logically.
- Ensure consistent formatting across files for better readability.
- Refactor functions to reduce complexity and improve performance.
- Add missing type hints and annotations for better code clarity.
- Improve test coverage and organization in test files.

style(tests): apply consistent formatting and spacing in test files for improved readability and maintainability

* chore(tests): remove redundant test for ensure_tables_created with no models to streamline test suite and reduce maintenance overhead

* fix(memory.py): update is_binary_file function to correctly identify binary files by returning True for non-text mime types
2025-02-28 06:47:35 -05:00
..
console feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
database Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
mocks Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
proc Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
tools Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
__init__.py base db infra 2025-02-26 11:44:18 -05:00
test_agent_context.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_agent_utils.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_anthropic_strategy.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_ciayn_agent.py refactor(agent_utils.py, ciayn_agent.py): remove unused import cpm to clean up code and improve readability 2025-02-14 13:04:41 -08:00
test_crash_propagation.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_default_provider.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_env.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_fallback_handler.py chore(llm.py): remove unused merge_chat_history function to clean up codebase 2025-02-14 14:20:11 -08:00
test_llm.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_main.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_programmer.py feat: add `--test-cmd-timeout` option to specify timeout for test command execution 2025-02-17 11:03:19 -08:00
test_provider_integration.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_tool_configs.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_utils.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00