Skip to content

Commit cd57bf3

Browse files
committed
Todo test notes
1 parent 33efb1b commit cd57bf3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/markets/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def feed_factory(create_feed_factory):
148148

149149
# TODO: params for different OverlayV1Feed types ... (to test BalancerV2
150150
# and UniswapV3 in same test run)
151+
# hardcoded so no flexibility in flexing variable feed -> modify to test against all the feeds
151152
@pytest.fixture(scope="module")
152153
def create_feed(gov, feed_factory, pool_daiweth_30bps, pool_uniweth_30bps,
153154
uni, dai, weth, request):

tests/markets/test_update.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
from .utils import RiskParameter
66

77

8+
# SN TODO: copy this w balancerv2 feed to get latest gas estimates
9+
#
810
def test_update_fetches_from_feed(market, feed, rando):
911
# call update
1012
tx = market.update({"from": rando})

0 commit comments

Comments
 (0)