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

add Append command #53

Merged
merged 6 commits into from
Aug 23, 2023
Merged

Conversation

aureocarneiro
Copy link
Contributor

@aureocarneiro aureocarneiro commented Aug 8, 2023

Add Append command for SEQ table usage.

Copy link
Contributor

@AlexanderWells-diamond AlexanderWells-diamond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR. It looks useful.

One required change as per my suggestion.

Could you please add one-or-more tests? Similar, easily adaptable ones are for example test_connect_put_multi_line() in tests/test_pandablocks.py. Any of the test_connect_put_* tests should show you examples.

pandablocks/commands.py Outdated Show resolved Hide resolved
Copy link
Contributor

@coretl coretl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! I've made a couple of suggestions to simplify. I'll second Alex's request for a test if you have a chance...

pandablocks/commands.py Outdated Show resolved Hide resolved
pandablocks/commands.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02% 🎉

Comparison is base (d9516e5) 96.35% compared to head (8b8badd) 96.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   96.35%   96.37%   +0.02%     
==========================================
  Files          12       12              
  Lines        1151     1159       +8     
==========================================
+ Hits         1109     1117       +8     
  Misses         42       42              
Files Changed Coverage Δ
pandablocks/commands.py 96.88% <100.00%> (+0.07%) ⬆️

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

@coretl coretl merged commit 1581223 into PandABlocks:master Aug 23, 2023
6 checks passed
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.

3 participants