aider-gitea/test
Jon Michael Aanes 42e32faba7
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s
Improve codebase with meaningful changes beyond ruff formatting
- Convert magic numbers and hardcoded values to module-level constants
- Add comprehensive input validation with detailed error messages
- Improve error handling for file operations and edge cases
- Add proper type checking and validation for model detection
- Create comprehensive test suite for new validation features
- Fix existing tests to match actual implementation

This addresses issue #112 by ensuring substantial code improvements
accompany formatting changes, making the codebase more maintainable
and robust.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-09 18:12:23 +02:00
..
__init__.py feat: add __init__.py to test directory to resolve namespace package issue 2025-04-14 21:57:56 +00:00
test_claude_code_integration.py Improve codebase with meaningful changes beyond ruff formatting 2025-06-09 18:12:23 +02:00
test_generate_branch_name.py Fixed tests 2025-04-13 18:34:47 +02:00
test_gitea_client_pr_labels.py Removed lots of redundant code 2025-04-15 00:36:02 +02:00
test_has_commits_on_branch.py Initial ruff pass 2025-04-21 12:42:33 +02:00
test_init.py Ruff 2025-04-13 18:06:44 +02:00
test_seen_issues_db_pr_info.py Store link in database 2025-04-15 23:45:32 +02:00
test_seen_issues_db.py Ruff 2025-04-14 23:51:34 +02:00
test_validation.py Improve codebase with meaningful changes beyond ruff formatting 2025-06-09 18:12:23 +02:00