ERC777 icon indicating copy to clipboard operation
ERC777 copied to clipboard

Organise and add more tests

Open 0xjac opened this issue 7 years ago • 1 comments

All tests are located in a single file (test/ReferenceToken-test.js) which is growing. It is becoming hard to read each test case.

The tests should be split in different files, for example:

  • Base Tests (Read only functions: name, symbol, ...)
  • Send/Receive Tests
  • Operator Tests
  • ERC-20 Compatibility Tests

0xjac avatar Feb 24 '18 10:02 0xjac

Partially done in #40 but more tests are needed, which is why this remain open

0xjac avatar Mar 06 '18 17:03 0xjac