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

@@ -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")