farming icon indicating copy to clipboard operation
farming copied to clipboard

Wake fuzz test

Open abchauditor opened this issue 2 years ago • 0 comments

Fuzz test for FarmingPool

Created in Wake Development & Testing Framework (https://getwake.io)

  • Simulates farming for random duration and total rewards
  • Uses random operations from random accounts
  • Asserts balances against the Python model
  • Prints results after the farming
  • Default 1 sequence, 100 flows
  • For better performance set LOGGER = False

Run the test using following commands:

  1. npm install
  2. pip3 install eth-wake
  3. wake up pytypes
  4. wake test

abchauditor avatar Dec 19 '23 17:12 abchauditor