def test__build_invalid_quandl_code(self): new_symbol = quandl._build_quandl_code('e8ver51') eq_(new_symbol, 'GOOG/NASDAQ_E8VER51')
def test__build_cac40_quandl_code(self): new_symbol = quandl._build_quandl_code('jxr.pa') eq_(new_symbol, 'YAHOO/PA_JXR')
def test__build_nasdaq_quandl_code(self): new_symbol = quandl._build_quandl_code('goog') eq_(new_symbol, 'GOOG/NASDAQ_GOOG')