Skip to content

Document read_details and write_details protocol methods#2702

Merged
jmthomas merged 1 commit intomainfrom
document-read-write-details-2522
Jan 9, 2026
Merged

Document read_details and write_details protocol methods#2702
jmthomas merged 1 commit intomainfrom
document-read-write-details-2522

Conversation

@jmthomas
Copy link
Copy Markdown
Member

Summary

  • Add documentation for the read_details and write_details methods in the Custom Protocols section of protocols.md
  • Document base class implementations in both Ruby and Python
  • Include tables explaining all returned keys (name, timestamps, input/output data)
  • Add examples from BurstProtocol showing how custom protocols can override these methods

Closes #2522

🤖 Generated with Claude Code

Add documentation for the read_details and write_details methods in
the Custom Protocols section of protocols.md. These methods return
diagnostic information about the most recent read/write operations
through the protocol, including timestamps and raw data, which is
useful for debugging and monitoring interface state.

Includes examples from BurstProtocol showing how custom protocols
can override these methods to add protocol-specific details.

Closes #2522

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@jmthomas jmthomas requested a review from ryanmelt December 31, 2025 22:21
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.31%. Comparing base (6f3cda6) to head (e7f79ea).
⚠️ Report is 57 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2702   +/-   ##
=======================================
  Coverage   79.31%   79.31%           
=======================================
  Files         662      662           
  Lines       52588    52588           
  Branches      734      734           
=======================================
+ Hits        41708    41709    +1     
+ Misses      10800    10799    -1     
  Partials       80       80           
Flag Coverage Δ
python 81.40% <ø> (+<0.01%) ⬆️
ruby-api 84.76% <ø> (ø)
ruby-backend 82.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmthomas jmthomas merged commit 727019f into main Jan 9, 2026
27 of 28 checks passed
@jmthomas jmthomas deleted the document-read-write-details-2522 branch January 9, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document read_details & write_details in protocols.md

2 participants