提交 3923ccc0 编写于 作者: T tomtao 提交者: Gitee

再增加一个excel引擎

上级 cba67d6a
......@@ -70,7 +70,7 @@ class TestDownloadExcelFile(ReadTestBase):
"/lifeCycle/download/packages?table_name=mainline")
data_frame = pd.read_excel(
response.data, sheet_name='Summary')
response.data, sheet_name='Summary',engine='xlrd')
datas = data_frame.values.tolist()
self.assertEqual(
5, len(datas), msg="An error occurred in the downloaded data")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册