Skip to content

Commit ba7fbf7

Browse files
committed
Remove FF test in test_data.py
1 parent d5d98fa commit ba7fbf7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pandas_datareader/tests/test_data.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -464,14 +464,6 @@ def test_read_fred(self):
464464
vix = DataReader("VIXCLS", "fred")
465465
assert isinstance(vix, DataFrame)
466466

467-
def test_read_famafrench(self):
468-
for name in ("F-F_Research_Data_Factors",
469-
"F-F_Research_Data_Factors_weekly", "6_Portfolios_2x3",
470-
"F-F_ST_Reversal_Factor", "F-F_Momentum_Factor"):
471-
ff = DataReader(name, "famafrench")
472-
assert ff
473-
assert isinstance(ff, dict)
474-
475467

476468
class TestFred(tm.TestCase):
477469
def test_fred(self):

0 commit comments

Comments
 (0)