def test_yahoo_stock_info(self): d = dr.yahoo_stock_info('AAPL') print(d) import pytest pytest.set_trace()