Commit 70a0f1ad by antares

202409091359Modified

parent 594db547
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
import configparser import configparser
import os import os
from apiAutoTest_v3 import log from apiAutoTestV3 import log
class ReadIni: class ReadIni:
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
# #
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pymysql import pymysql
from apiAutoTest_v3 import log from apiAutoTestV3 import log
from apiAutoTest_v3.common.basic_read_ini import ReadIni from apiAutoTestV3.common.basic_read_ini import ReadIni
class DB: class DB:
......
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import openpyxl import openpyxl
from apiAutoTest_v3 import log from apiAutoTestV3 import log
from apiAutoTest_v3.common.read_json import read_json from apiAutoTestV3.common.read_json import read_json
from apiAutoTest_v3.common.user_read_ini import ReadIni from apiAutoTestV3.common.user_read_ini import ReadIni
from apiAutoTest_v3.common.basic_read_ini import ReadIni as BasicIni from apiAutoTestV3.common.basic_read_ini import ReadIni as BasicIni
from apiAutoTest_v3.data_config.settings import * from apiAutoTestV3.data_config.settings import *
class ReadExcel: class ReadExcel:
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import json import json
from apiAutoTest_v3 import log from apiAutoTestV3 import log
def read_json(file_path): def read_json(file_path):
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
import configparser import configparser
import os import os
from apiAutoTest_v3 import log from apiAutoTestV3 import log
class ReadIni: class ReadIni:
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import requests import requests
from apiAutoTest_v3.common.basic_read_ini import ReadIni from apiAutoTestV3.common.basic_read_ini import ReadIni
class RequestMethod: class RequestMethod:
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
# #
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pytest import pytest
from apiAutoTest_v3.common.db import DB from apiAutoTestV3.common.db import DB
from apiAutoTest_v3.request_method.request_method import RequestMethod from apiAutoTestV3.request_method.request_method import RequestMethod
# DB自定义固件 # DB自定义固件
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pytest import pytest
from apiAutoTest_v3 import log from apiAutoTestV3 import log
from apiAutoTest_v3.common.read_excel import ReadExcel from apiAutoTestV3.common.read_excel import ReadExcel
from apiAutoTest_v3.test_case.test_demo import namespace from apiAutoTestV3.test_case.test_demo import namespace
excel = ReadExcel(namespace) excel = ReadExcel(namespace)
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
# #
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pytest import pytest
from apiAutoTest_v3.common.db import DB from apiAutoTestV3.common.db import DB
from apiAutoTest_v3.request_method.request_method import RequestMethod from apiAutoTestV3.request_method.request_method import RequestMethod
# DB自定义固件 # DB自定义固件
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pytest import pytest
from apiAutoTest_v3 import log from apiAutoTestV3 import log
from apiAutoTest_v3.common.read_excel import ReadExcel from apiAutoTestV3.common.read_excel import ReadExcel
from apiAutoTest_v3.test_case.test_lao_zhang import namespace from apiAutoTestV3.test_case.test_lao_zhang import namespace
excel = ReadExcel(namespace) excel = ReadExcel(namespace)
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
# #
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pytest import pytest
from apiAutoTest_v3.common.db import DB from apiAutoTestV3.common.db import DB
from apiAutoTest_v3.request_method.request_method import RequestMethod from apiAutoTestV3.request_method.request_method import RequestMethod
# DB自定义固件 # DB自定义固件
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pytest import pytest
from apiAutoTest_v3 import log from apiAutoTestV3 import log
from apiAutoTest_v3.common.read_excel import ReadExcel from apiAutoTestV3.common.read_excel import ReadExcel
from apiAutoTest_v3.test_case.test_lao_zhang import namespace from apiAutoTestV3.test_case.test_lao_zhang import namespace
excel = ReadExcel(namespace) excel = ReadExcel(namespace)
......
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