fubuloubu / pytest-ethereum-old

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

Allow specifying the beginning account balances #5

Open fubuloubu opened 6 years ago

fubuloubu commented 6 years ago

Default starting balances is 100 ETH (IIRC), add an optional flag (similar to #4) which allows setting this.

Up for debate if this should be across all accounts, or to specify each one, or allow both.