-
Notifications
You must be signed in to change notification settings - Fork 5
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
test parse_radio_block done #82
Conversation
this pr should make the checking of the block contents easier once implemented. Until then can you also add some tests to ensure that we catch errors correctly? |
Surely |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what this is testing that isn't covered by test_block_data
and test_block_header
in the tests/parsing/
directory. Was there something those test cases don't cover that you were hoping to implement? Could that test be added to one of the other test files?
I wanted to test that the |
Gotcha, makes sense! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the issues mentioned
This PR conflicts with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also make sure you format your code and run the workflow tests locally so they don't fail.
nvm it broke |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also double check the workflows locally!
^^^