You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backend/test/block/test_block.py -> test_available_blocks relies entirely on block.test_output to verify that a block works. Leaving test_output empty will let the tests always pass. To address this, test_available_blocks should validate test_input and test_output using block.input_schema and block.output_schema.
The text was updated successfully, but these errors were encountered:
Original comment: #8358 (comment)
backend/test/block/test_block.py
->test_available_blocks
relies entirely onblock.test_output
to verify that a block works. Leavingtest_output
empty will let the tests always pass. To address this,test_available_blocks
should validatetest_input
andtest_output
usingblock.input_schema
andblock.output_schema
.The text was updated successfully, but these errors were encountered: