예제 #1
0
 def test__build_invalid_quandl_code(self):
     new_symbol = quandl._build_quandl_code('e8ver51')
     eq_(new_symbol, 'GOOG/NASDAQ_E8VER51')
예제 #2
0
 def test__build_cac40_quandl_code(self):
     new_symbol = quandl._build_quandl_code('jxr.pa')
     eq_(new_symbol, 'YAHOO/PA_JXR')
예제 #3
0
 def test__build_nasdaq_quandl_code(self):
     new_symbol = quandl._build_quandl_code('goog')
     eq_(new_symbol, 'GOOG/NASDAQ_GOOG')
예제 #4
0
 def test__build_invalid_quandl_code(self):
     new_symbol = quandl._build_quandl_code('e8ver51')
     eq_(new_symbol, 'GOOG/NASDAQ_E8VER51')
예제 #5
0
 def test__build_cac40_quandl_code(self):
     new_symbol = quandl._build_quandl_code('jxr.pa')
     eq_(new_symbol, 'YAHOO/PA_JXR')
예제 #6
0
 def test__build_nasdaq_quandl_code(self):
     new_symbol = quandl._build_quandl_code('goog')
     eq_(new_symbol, 'GOOG/NASDAQ_GOOG')