Skip to content

Commit 47af0ce

Browse files
committed
Modified test_nasdaq
1 parent 0730fee commit 47af0ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
import pandas_datareader
12
import pandas_datareader.data as web
3+
from pandas_datareader._testing import skip_on_exception
24

35

46
class TestNasdaqSymbols(object):
57

8+
@skip_on_exception(RemoteDataError)
69
def test_get_symbols(self):
10+
pandas_datareader.nasdaq_trader._ticker_cache = None
711
symbols = web.DataReader('symbols', 'nasdaq')
812
assert 'IBM' in symbols.index

0 commit comments

Comments
 (0)