fubuloubu / pytest-ethereum-old

py.test plugin for testing Ethereum smart contracts
MIT License
20 stars 1 forks source link

Allow specifying more accounts via execution flag #4

Open fubuloubu opened 6 years ago

fubuloubu commented 6 years ago

Some testing may want a different number of accounts besides 10, so add an optional flag to set this in the start as this is the only way to modify this before initializing eth-tester (per @pipermerriam)