Skip to content

Commit 0644575

Browse files
committed
test: update tests
1 parent ed8fae8 commit 0644575

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/conftest.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _init_indicator(request):
170170
@pytest.fixture(scope="module")
171171
def init_efficient_frontier_values1():
172172
return dict(
173-
assets=["SPY.US", "SBMX.MOEX"],
173+
assets=["MCFTR.INDX", "RGBITR.INDX"],
174174
ccy="RUB",
175175
first_date="2018-11",
176176
last_date="2020-02",
@@ -179,17 +179,17 @@ def init_efficient_frontier_values1():
179179
)
180180

181181

182-
@pytest.fixture(scope="module")
183-
def init_efficient_frontier_values2():
184-
return dict(
185-
assets=["RUB.FX", "EUR.FX", "MCFTR.INDX"],
186-
ccy="RUB",
187-
first_date="2010-01",
188-
last_date="2020-01",
189-
inflation=True,
190-
n_points=20,
191-
full_frontier=True,
192-
)
182+
# @pytest.fixture(scope="module")
183+
# def init_efficient_frontier_values2():
184+
# return dict(
185+
# assets=["SPY.US", "AGG.US", "GLD.US"],
186+
# ccy="USD",
187+
# first_date="2010-01",
188+
# last_date="2020-01",
189+
# inflation=True,
190+
# n_points=20,
191+
# full_frontier=True,
192+
# )
193193

194194

195195
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)