import chinastock as cs print(cs.get_stock_today(code='000001', exchange='SZ'))
def test_get_stock_today(self): self.set() print(cs.get_stock_today(self.code, self.exchange))