aragon / aragonOS

(Aragon 1) Reference implementation for aragonOS: a Solidity framework for building complex dApps and protocols
https://hack.aragon.org/docs/aragonos-intro.html
GNU General Public License v3.0
686 stars 245 forks source link

Tests for MiniMeToken #120

Closed onbjerg closed 7 years ago

onbjerg commented 7 years ago

Check Coverall for uncovered lines.

cpurta commented 7 years ago

Would like to take this one on. What exactly is the goal here?

izqui commented 7 years ago

Add tests for covering both basic ERC20 functionality and MiniMe specific functionality such as cloning.

For the ANT sale contract some tests were done https://github.com/aragon/aragon-network-token/blob/master/test/TestMiniMeCloning.sol, and there are also some tests in the MiniMe token repo that could be reused

cpurta commented 7 years ago

Correct me if I am mistaken but it seems like the ERC20 functionality is covered in test/zeppelin_StandardToken.js