ComfyUI-Manager/comfyui_manager/glob
Dr.Lt.Data 05e13e7233 fix: correct enabled state detection and improve test isolation
This commit includes two fixes that improve test suite reliability
and fix a production bug:

1. Production Fix (manager_core.py:1819):
   - Fixed enabled state detection in get_installed_nodepacks()
   - Changed from `is_enabled = not y.endswith('.disabled')` to `is_enabled = True`
   - Packages in custom_nodes/ (not in .disabled/) are always enabled
   - This was a real bug causing incorrect API responses

2. Test Isolation Fix (test_case_sensitivity_integration.py:299):
   - Added cleanup_test_env() at end of test_case_sensitivity_full_workflow
   - Prevents disabled packages from polluting subsequent tests
   - Fixes test_disable_package failure in parallel test execution

Test Results:
- Pass rate improved from 93.2% to 96.6%
- Fixed 2 test failures
- Remaining 2 failures are due to enable operation bugs (separate issue)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-08 11:31:48 +09:00
..
utils refactor: remove package-level caching to support dynamic installation 2025-11-08 09:07:09 +09:00
__init__.py restructuring 2025-04-13 09:26:02 +09:00
CLAUDE.md explain glob vs legacy in claude memory 2025-06-17 10:36:08 -07:00
constants.py modified: security policy 2025-06-27 01:38:38 +09:00
manager_core.py fix: correct enabled state detection and improve test isolation 2025-11-08 11:31:48 +09:00
manager_server.py refactor: remove package-level caching to support dynamic installation 2025-11-08 09:07:09 +09:00
share_3rdparty.py bump version 2025-08-24 15:58:23 +09:00