Consensys / Tokens

Ethereum Token Contracts
MIT License
2.07k stars 1.2k forks source link

Break tests up into per-function files #102

Open skmgoldin opened 6 years ago

skmgoldin commented 6 years ago

I like to organize tests like this: https://github.com/ConsenSys/PLCRVoting/tree/master/test

That way you can implement coverage trackers and more easily audit whether particular functions are being adequately covered.

stvtortora commented 4 years ago

Hey @skmgoldin. I see this issue is a bit old, but are you still interested in doing this?

skmgoldin commented 4 years ago

Not really, sorry! Busy with other things now. I also have no idea how used this tokens implementation still is.

What is the nature of your interest in this issue/project?