def dtest_google_stock_info(self): d = dr.google_stock_info('AAPL') print(d) import pytest pytest.set_trace()