ethereum / ssv

The repository has moved to https://github.com/bloxapp/ssv
https://github.com/bloxapp/ssv
24 stars 12 forks source link

Add Tests #78

Open amirylm opened 3 years ago

amirylm commented 3 years ago

The following places in code needs more tests:

  1. node/node.go - unit tests can be added, need to decouple code by breaking node.go::Start
  2. slotqueue - add unit tests
  3. Tests are commented out - need to remove or uncomment:
    • ibft/spectesting/algorithm_test.go
    • utils/threshold/threshold_test.go