You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve TranscriptStorage dual-directory test failure (#75)
* fix: resolve TranscriptStorage dual-directory test failure
Fixed bug where TranscriptStorage would save files to production .data directory
even when initialized with a test-specific temporary directory.
Changes:
- Added test mode detection based on custom output_dir parameter
- In test mode, both output_dir and data_dir use the same directory
- In production, maintains dual-directory architecture (content vs artifacts)
- Added property setters to keep directories synchronized
This ensures tests work with temporary directories while preserving the
dual-directory architecture for production use.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* fix: remove unnecessary return statement from test
Removed `return True` from test_cache_functionality() to eliminate pytest
warning about test functions returning non-None values. Pytest uses assertions
to determine pass/fail, not return values.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments