Exemplo n.º 1
0
 def test__get_tickers(self):
     feeds   = DataFeed()
     tickers = feeds.random_stocks(6)
     assert(len(tickers) == 6)