codeflash-agent/packages
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
..
.claude/rules Update test-coverage.md: remove resolved callouts for covered modules 2026-04-23 03:13:28 -05:00
codeflash-api Add __test__ = False to Test*-prefixed domain model classes 2026-04-23 04:41:18 -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 unawaited coroutine warning in test_default_timeout_is_600 2026-04-23 04:46:32 -05:00
github-app Fix conftest collision between codeflash-api and github-app test suites 2026-04-23 03:33:58 -05:00