tradingstrategy-ai / web3-ethereum-defi

A Python library for trading automation on DeFi, data research and integration. Supporting Uniswap, Aave, Chainlink, USDC and other protocols.
https://tradingstrategy.ai
MIT License
593 stars 127 forks source link

fix eth_defi uniswap_v2 tests #85

Closed AlexTheLion123 closed 1 year ago

AlexTheLion123 commented 1 year ago

Two tests, test_get_amount_in and test_get_amount_out, located in test_uniswap_v2_price.py in eth_defi are currently failing. This is because the tests require some argument called mocker which is not defined