commons to pawpaw_ci_test_framework

This commit is contained in:
2023-12-27 16:43:01 +08:00
parent dcb2d5afe0
commit 1af2fd7d2a
12 changed files with 13 additions and 13 deletions

View File

@@ -3,8 +3,8 @@ from _pytest import terminal
import os
import pytest
import sys
from commons.check import Check
from commons.logger_ext import Logger
from pawpaw_ci_test_framework.check import Check
from pawpaw_ci_test_framework.logger_ext import Logger
# 获取当前文件的绝对路径

View File

@@ -1,6 +1,6 @@
import os
import pytest
from commons.operate_log import OperateLog
from pawpaw_ci_test_framework.operate_log import OperateLog
if __name__ == "__main__":

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")

View File

@@ -1,7 +1,7 @@
from pathlib import Path
import pytest
import os
from commons.pyxrun import XMakeRun
from pawpaw_ci_test_framework.pyxrun import XMakeRun
@pytest.mark.usefixtures("get_logger_check")