py-evm
py-evm copied to clipboard
use all VMs in test_opcodes
What is wrong?
Looks related to #1111
Right now, a number of VMs are hard-coded into explicit opcode tests. This means that newer VMs were not being tested.
How can it be fixed
Use the VM fixture to iterate over all VMs (See example in #1773 )