mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
pep8 corrections and changed all object names
This commit is contained in:
@@ -79,6 +79,10 @@ class TestTickerPrices(TestCase):
|
||||
assert len(tickers) > 1
|
||||
assert all(ticker['assetType'] == 'Stock' for ticker in tickers)
|
||||
|
||||
def test_ticker_metadata_for_object(self):
|
||||
data = self._client.get_ticker_metadata("GOOGL", fmt='object')
|
||||
assert len(data.name) > 1
|
||||
|
||||
|
||||
# tiingo/news
|
||||
class TestNews(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user