- Replace fragile reload pattern with unittest.mock.patch('app.wizard.tiers._DEMO_MODE', ...)
- Eliminates parallel test run failures (pytest-xdist) and improves test isolation
- All 4 demo_tier tests now use context managers for clean setup/teardown
- Add explanatory comment to _DEMO_MODE definition about immutability and env-based init
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| step_hardware.py | ||
| step_identity.py | ||
| step_inference.py | ||
| step_integrations.py | ||
| step_resume.py | ||
| step_search.py | ||
| step_tier.py | ||
| tiers.py | ||