This repository serves as an example of tests written in a development and testing framework called Wake.
- Clone this repository
git submodule update --init --recursiveif not cloned with--recursivecd core && yarn install && cd ..
wake up pytypesto generate pytypes.wake test tests/test_vaults.pyto run core vaults with Mock Vault Wrapper logic.wake test tests/test_pool.pyto test StvPool with core vaults.wake test tests/test_stethpool.pyto test StvStETHPool with core vaults.wake test tests/test_strategy_pool.pyto test StvStETHPool with Strategy and core vaults.
Tested with wake version 5.0.0rc1. This is a prerelease version.
Install Wake with:
pip3 install --pre eth-wake