Is your feature request related to a problem? Please describe.
The tests suite contains tests for two different nodes Infura and Parity, there are several pieces of code that repeat themselves. We need to put these pieces of repeated code in the tests/fixtures and reuse them in individual node tests
Is your feature request related to a problem? Please describe. The tests suite contains tests for two different nodes Infura and Parity, there are several pieces of code that repeat themselves. We need to put these pieces of repeated code in the
tests/fixtures
and reuse them in individual node testsDescribe the solution you'd like I would prefer the tests to be written more with https://github.com/ethereum/web3.py/tree/master/tests philosophy.