Skip to content

Conversation

@trissim
Copy link
Owner

@trissim trissim commented Nov 3, 2025

No description provided.

trissim and others added 6 commits November 3, 2025 00:32
Update tests to expect exceptions instead of False when checking wrong type:
- is_file() on directory now expects IsADirectoryError
- is_dir() on file now expects NotADirectoryError

This aligns memory backend tests with:
- Disk backend behavior and tests
- Actual implementation in memory.py
- Other memory coverage tests

Also includes symlink validation fix to require target existence.

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

Co-Authored-By: Claude <noreply@anthropic.com>
Format memory.py and test files with black and ruff:
- Convert type hints to modern PEP 604 syntax (| instead of Union)
- Add strict=False to zip calls
- Fix import ordering and spacing
- Apply consistent code formatting

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

Co-Authored-By: Claude <noreply@anthropic.com>
Apply final black formatting adjustments:
- Adjust line wrapping for create_symlink method signature
- Remove extra blank line in test imports

Both black and ruff checks now pass cleanly.

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

Co-Authored-By: Claude <noreply@anthropic.com>
@trissim trissim merged commit a04c226 into main Nov 3, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants