Commit 2ca97e1a by fanxun

修改了pep8

parent 182a3eee
......@@ -5,10 +5,11 @@ import requests
import allure
import pytest
import sys
sys.path.append('../')
from common import getSourceId
from common.getData import DoExcelByPandas
sys.path.append('../')
@allure.feature('数据源')
class TestSource():
parametrize = DoExcelByPandas().get_data_for_pytest('../data/DataA_Source.xlsx', 'Sheet1')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment