Feat: struc refac#36
Conversation
Move _prewarm_worker and _load_shared_runtime_dependencies to src/openrtc/execution/prewarm.py per the v0.0.4 target layout. pool.py re-imports _prewarm_worker so the partial(_prewarm_worker, ...) call site stays unchanged and existing test monkeypatches that target openrtc.core.pool._prewarm_worker (test_coroutine_smoke) continue to resolve via pool.py's module namespace. Tests that exercise _load_shared_runtime_dependencies directly now point at openrtc.execution.prewarm (canonical location); the monkeypatch in test_pool.py is updated to the same path because the inner call resolves through prewarm.py's namespace. No behavior change.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
No description provided.