codeflash-agent/packages/codeflash-python
Kevin Turcios 57446aad31 Fix unawaited coroutine warning in test_default_timeout_is_600
The AsyncMock for wait_for discarded the coroutine from
proc.communicate() without consuming it. Replace with a side_effect
that closes the coroutine before returning the mock result.
2026-04-23 04:46:32 -05:00
..
src/codeflash_python Add __test__ = False to Test*-prefixed domain model classes 2026-04-23 04:41:18 -05:00
tests Fix unawaited coroutine warning in test_default_timeout_is_600 2026-04-23 04:46:32 -05:00
CLAUDE.md squash 2026-04-13 14:12:17 -05:00
pyproject.toml Merge main-teammate branch 2026-04-03 17:36:50 -05:00
ROADMAP.md Merge main-teammate branch 2026-04-03 17:36:50 -05:00