Closed Juan-789 closed 7 months ago
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
I'm not sure what this is testing that isn't covered by
test_block_data
andtest_block_header
in thetests/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 parse_radio_block
function works correctly when applied generally to the received information, whereas test_block_data
tests for specific block types.
I'm not sure what this is testing that isn't covered by
test_block_data
andtest_block_header
in thetests/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
parse_radio_block
function works correctly when applied generally to the received information, whereastest_block_data
tests for specific block types.
Gotcha, makes sense!
This PR conflicts with main
so make sure you merge main and re-request a review.
nvm it broke
^^^