yearn / vaults

MIT License
74 stars 53 forks source link

Change to Brownie and Add Test Suite #2

Closed fubuloubu closed 4 years ago

fubuloubu commented 4 years ago

This PR modifies this project to use Brownie as it's framework of choice for testing, and also introduces a test suite for checking proper configuration of all contracts in their deployed state (updating parameters, etc.). Doesn't provide any deeper logical testing, but sets the stage for that to be added more easily.

NOTE: You will need to add WEB3_INFURA_PROJECT_ID and ETHERSCAN_TOKEN as secrets for the test suite to function