Commit 094a84eb by antares

ModifiedImportModuleName

parent 83ec6c4a
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
import configparser import configparser
import os import os
from apiAutoTest_v3 import log from apiAutoTest_v30 import log
class ReadIni: class ReadIni:
......
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import openpyxl import openpyxl
from apiAutoTest_v3 import log from apiAutoTest_v30 import log
from apiAutoTest_v3.common.read_json import read_json from apiAutoTest_v30.common.read_json import read_json
from apiAutoTest_v3.common.user_read_ini import ReadIni from apiAutoTest_v30.common.user_read_ini import ReadIni
from apiAutoTest_v3.common.basic_read_ini import ReadIni as BasicIni from apiAutoTest_v30.common.basic_read_ini import ReadIni as BasicIni
from apiAutoTest_v3.data_config.settings import * from apiAutoTest_v30.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 apiAutoTest_v30 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 apiAutoTest_v30 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 apiAutoTest_v30.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 apiAutoTest_v30.common.db import DB
from apiAutoTest_v3.request_method.request_method import RequestMethod from apiAutoTest_v30.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 apiAutoTest_v30 import log
from apiAutoTest_v3.common.read_excel import ReadExcel from apiAutoTest_v30.common.read_excel import ReadExcel
from apiAutoTest_v3.test_case.test_demo import namespace from apiAutoTest_v30.test_case.test_demo import namespace
excel = ReadExcel(namespace) excel = ReadExcel(namespace)
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pytest import pytest
from apiAutoTest_v3 import log from apiAutoTest_v30 import log
from apiAutoTest_v3.common.read_excel import ReadExcel from apiAutoTest_v30.common.read_excel import ReadExcel
from apiAutoTest_v3.test_case.test_lao_zhang import namespace from apiAutoTest_v30.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 apiAutoTest_v30.common.db import DB
from apiAutoTest_v3.request_method.request_method import RequestMethod from apiAutoTest_v30.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 apiAutoTest_v30 import log
from apiAutoTest_v3.common.read_excel import ReadExcel from apiAutoTest_v30.common.read_excel import ReadExcel
from apiAutoTest_v3.test_case.test_lisi import namespace from apiAutoTest_v30.test_case.test_lisi 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