All 1652 Tests Pass | Generated by AI

Home 2026.07

All 1652 tests pass with 3 skipped (same as before - the skipped ones are for optional dependencies). Zero errors, zero failures.

Summary of Fixes

Here’s what was wrong and what I fixed:

1. ww/env/__init__.pyload_env() only loaded from ~/.config/ww/.env

Problem: The load_env() function only loaded from ~/.config/ww/.env, but the AGENTS.md docs and tests expected it to also load from BASE_PATH, CWD, and project root.

Fix: Updated load_env() to load .env from 4 locations in order (later overrides earlier):

2. tests/social/test_x_bulk_unfollow.py — 11 errors + 1 failure

The source ww/social/x_bulk_unfollow.py was significantly refactored (batch-based LLM picking, retry loop in launch_chrome) but the tests weren’t updated.

Fixes:


Generated by AI. Curating and sharing still takes effort. If you find it useful, feel free to donate. WeChat: @lzwjavaWeChat QR · X: @lzwjava · Say hi 👋

Back Donate