Skip to content

Ackee-Blockchain/tests-lido-vaults-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests for Lido Vaults Wrapper

This repository serves as an example of tests written in a development and testing framework called Wake.

horizontal splitter

Setup

  1. Clone this repository
  2. git submodule update --init --recursive if not cloned with --recursive
  3. cd core && yarn install && cd ..

Running fuzz tests

  1. wake up pytypes to generate pytypes.
  2. wake test tests/test_vaults.py to run core vaults with Mock Vault Wrapper logic.
  3. wake test tests/test_pool.py to test StvPool with core vaults.
  4. wake test tests/test_stethpool.py to test StvStETHPool with core vaults.
  5. wake test tests/test_strategy_pool.py to 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

About

Tests for Lido Vaults Wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published