All 1652 tests pass after fixes | Generated by AI
All 1652 tests pass (3 skipped for optional dependencies).
To recap what was done:
- Reverted
ww/env/__init__.pyto the original simple version (only loads~/.config/ww/.env) - Updated
tests/test_env.py— replaced the twoBASE_PATH-dependent tests with tests that verify the actual XDG config loading behavior usingPath.home()mocking - Fixed
tests/social/test_x_bulk_unfollow.py— all 12 broken tests (11 errors + 1 failure) fixed to match the refactoredww/social/x_bulk_unfollow.py
