Eliminate unawaited-coroutine warnings from the test suite #8

Closed
opened 2026-09-03 07:35:19 +00:00 by phg · 1 comment
Owner

Context

The full pytest run passes but currently reports five unawaited-coroutine RuntimeWarnings. Passing tests should not hide invalid async test behavior.

Acceptance criteria

  • The full suite completes without unawaited-coroutine warnings.
  • Async collaborators are awaited or mocked with the correct async interface.
  • Test configuration turns recurrence of this warning into a failure.
  • uv run pytest remains green.
Context The full pytest run passes but currently reports five unawaited-coroutine RuntimeWarnings. Passing tests should not hide invalid async test behavior. Acceptance criteria - The full suite completes without unawaited-coroutine warnings. - Async collaborators are awaited or mocked with the correct async interface. - Test configuration turns recurrence of this warning into a failure. - uv run pytest remains green.
phg added the
Kind/Testing
Priority
Medium
labels 2026-09-03 07:35:19 +00:00
Author
Owner

Fixed in 6ce1d7d

Fixed in 6ce1d7d
phg closed this issue 2026-09-04 19:52:55 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: phg/hosts#8
No description provided.