SeldomQA / seldom

Seldom automation testing framework based on unittest

Home Page:https://seldomqa.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【需求】`file_data()` 数据驱动读取文件支持 起始行 ~ 结束行

defnngj opened this issue · comments

commented

csv 文件有100 行数据,A 用例可以读取 1-10 行的数据,B 用例可以读取 10-20 行的数据...

json/yaml 可以通过不同的Key 控制和区分数据。

excel 可以通过不同的sheet 的标签页控制。

唯独 csv 在一个文件中没有区分数据的方案,希望能支持结束行 , 这样可以更细粒度的使用数据。