Test Function: test_invalid_tx_blob_count()

Reject blocks that include blob transactions with invalid blob counts:([📖🐛?](https://github.com/ethereum/execution-spec-tests/issues/new?title=docs(bug):%20Bad%20docstring%20oneliner%20for%20`test_invalid_tx_blob_count`&labels=scope:docs,type:bug))

Parametrized Test Cases

Test ID blobs_per_tx tx_error
too_few_blobs [0] TransactionException.TYPE_3_TX_ZERO_BLOBS
too_many_blobs [7] TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED
too_few_blobs [0] TransactionException.TYPE_3_TX_ZERO_BLOBS
too_many_blobs [7] TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED