mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
The pytest collection subprocess only added module_root's parent to PYTHONPATH, which works when module_root is a package (e.g. src/aviary) but fails when it is the source root itself (e.g. src). Now both module_root and its parent are added so imports like `from mypkg.core import func` resolve correctly in either layout. |
||
|---|---|---|
| .. | ||
| .claude/rules | ||
| codeflash-core | ||
| codeflash-lsp | ||
| codeflash-mcp | ||
| codeflash-python | ||
| github-app | ||