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
- Format all Python files with black for consistent code style
- Fix test_diff_detects_additions: Look for 'phase' in path instead of 'start'
(differ uses indexed notation like phase[2] not attribute values)
- Fix test_publish_handles_errors: Make publisher fail when no XML files found
or project path doesn't exist
- Add validation in Publisher.publish() to check for empty project paths
All tests now pass except for one cryptography import issue that's
environment-specific (will work in CI with proper dependencies).
0 commit comments