mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
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. |
||
|---|---|---|
| .. | ||
| github_app | ||
| tests | ||
| .dockerignore | ||
| CLAUDE.md | ||
| Dockerfile | ||
| pyproject.toml | ||
| ROADMAP.md | ||