Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Patch Serial.in_waiting too #24

Merged
merged 6 commits into from
Jul 23, 2024
Merged

Conversation

zed
Copy link

@zed zed commented Jul 23, 2024

Allow replaying serial port interactions that use Serial.in_waiting.

  • fix: raise PortNotOpenError on read/write to a closed serial port, so that the replay behavior would be closer to the real one
  • ci: report missing statements in the coverage report, to see what should be tested
  • chore: remove unused noqa directive, to fix the corresponding lint error.

@bessman bessman merged commit 70ec0a9 into bessman:main Jul 23, 2024
6 checks passed
@zed zed deleted the feature/in_waiting branch July 23, 2024 09:20
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.

2 participants