py-evm icon indicating copy to clipboard operation
py-evm copied to clipboard

use all VMs in test_opcodes

Open carver opened this issue 6 years ago • 0 comments

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 )

carver avatar May 03 '19 20:05 carver