analyseether/ether_sql

Making the tests suite DRY

Closed this issue · 1 comments

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

Describe 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.