forked from PAWPAW/lib_rgb
commons to pawpaw_ci_test_framework
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
# 获取当前文件的绝对路径
|
||||
|
||||
@@ -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__":
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user