py-evm
py-evm copied to clipboard
Add hypothesis based tests to test Clique RLP types
What is wrong?
The following test would benefit from some hypothesis based tests to catch more edge cases such as empty data etc.
https://github.com/ethereum/py-evm/blob/3c3fd7e114937faa98c6102d0c838124a7afe179/tests/core/consensus/test_clique_encoding.py#L56-L72
How can it be fixed
Add some hypothesis based test cases