Merge pull request 'commons to pawpaw_ci_test_framework' (#10) from qiushui/lib_rgb:qiushui_test into main

Reviewed-on: https://git.pawpaw.cn:3001/PAWPAW/lib_rgb/pulls/10
This commit is contained in:
2023-12-27 18:07:50 +08:00
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")