test(core): cover operator env path resolution - #1431
Conversation
|
Warning Review limit reached
Next review available in: 40 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Current-head review completed for The added tests exercise both default and custom operator env-file path resolution under an isolated HOME, including the existing configured path contract. No production behavior change is included in this test-only PR. Verification: |
1044659 to
e058f8c
Compare
Scope
Add focused contract coverage for
operator_env_file_paths, including default ordered paths, home expansion, custom paths, and the~boundary. Production behavior is unchanged.This is the clean replacement for #1285's valid test slice; the original branch contained unrelated repository-wide deletions and is not merge-safe.
Verification
PYTHONPATH=. python3 -m pytest -q backend/tests/test_env_paths.pyruff check backend/tests/test_env_paths.pygit diff --check