codeflash-agent/packages/github-app
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
..
github_app Fix CI: mypy errors, ruff formatting, switch to prek (#22) 2026-04-15 02:52:47 -05:00
tests Fix conftest collision between codeflash-api and github-app test suites 2026-04-23 03:33:58 -05:00
.dockerignore squash 2026-04-13 14:12:17 -05:00
CLAUDE.md squash 2026-04-13 14:12:17 -05:00
Dockerfile squash 2026-04-13 14:12:17 -05:00
pyproject.toml squash 2026-04-13 14:12:17 -05:00
ROADMAP.md squash 2026-04-13 14:12:17 -05:00