codeflash-agent/packages
Kevin Turcios e41a1bf56a Fix conftest collision between codeflash-api and github-app test suites
Both packages had tests/__init__.py, creating competing `tests`
packages under --import-mode=importlib. Remove both __init__.py files
and change github-app imports from `from tests.helpers` to
`from helpers` via sys.path insertion in conftest.py.
2026-04-23 03:33:58 -05:00
..
.claude/rules Update test-coverage.md: remove resolved callouts for covered modules 2026-04-23 03:13:28 -05:00
codeflash-api Fix conftest collision between codeflash-api and github-app test suites 2026-04-23 03:33:58 -05:00
codeflash-core Fix all ruff lint errors in codeflash-core 2026-04-22 23:39:47 -05:00
codeflash-lsp Merge main-teammate branch 2026-04-03 17:36:50 -05:00
codeflash-mcp Merge main-teammate branch 2026-04-03 17:36:50 -05:00
codeflash-python Fix callee syntax validation in prepare_python_module 2026-04-23 03:28:58 -05:00
github-app Fix conftest collision between codeflash-api and github-app test suites 2026-04-23 03:33:58 -05:00