molecule-sdk-python/tests/__pycache__
Hongming Wang 87a4cfcc55 fix: address self-review findings — lint + comment + missing test
- Drop unused `import time` from inbound.py and `import call` from
  test_inbound.py (caught by ruff in CI; would have caught locally if I'd
  run it before pushing).
- Rewrite the misleading comment in PollDelivery.run_once: the cursor DOES
  advance past handler exceptions (poison-pill resilience). The previous
  comment claimed otherwise, which would have confused future readers.
- Drop `_parse_activity_row` from inbound.py's `__all__`. The leading
  underscore signals "private helper"; exposing it via `__all__`
  contradicted the convention. Tests still import it directly via the
  module path.
- Add `test_fetch_inbound_429_retries_via_get_with_retry` — the PR
  description claimed branch-coverage of the 429 path but no test
  exercised it. Closes the gap.
2026-04-30 13:09:06 -07:00
..
conftest.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_a2a_server.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_call_peer_errors.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_cli_connect.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_inbound.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_remote_agent.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_retry_backoff.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_safe_extract.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_sdk.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_sha256_verification.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00
test_validators.cpython-313-pytest-9.0.2.pyc fix: address self-review findings — lint + comment + missing test 2026-04-30 13:09:06 -07:00