mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 15:44:34 +02:00
Merge branch 'ci/fixed_wrongly_imported_module_issue' into 'master'
ci: rename module name due to the wrong import in other module See merge request espressif/esp-idf!18832
This commit is contained in:
@@ -13,11 +13,11 @@ import pexpect
|
|||||||
import pytest
|
import pytest
|
||||||
from _pytest.fixtures import FixtureRequest
|
from _pytest.fixtures import FixtureRequest
|
||||||
from _pytest.monkeypatch import MonkeyPatch
|
from _pytest.monkeypatch import MonkeyPatch
|
||||||
|
from panic_utils import NoGdbProcessError, attach_logger, quote_string, sha256, verify_valid_gdb_subprocess
|
||||||
from pygdbmi.gdbcontroller import GdbController
|
from pygdbmi.gdbcontroller import GdbController
|
||||||
from pytest_embedded_idf.app import IdfApp
|
from pytest_embedded_idf.app import IdfApp
|
||||||
from pytest_embedded_idf.dut import IdfDut
|
from pytest_embedded_idf.dut import IdfDut
|
||||||
from pytest_embedded_idf.serial import IdfSerial
|
from pytest_embedded_idf.serial import IdfSerial
|
||||||
from utils import NoGdbProcessError, attach_logger, quote_string, sha256, verify_valid_gdb_subprocess
|
|
||||||
|
|
||||||
|
|
||||||
class PanicTestDut(IdfDut):
|
class PanicTestDut(IdfDut):
|
||||||
|
Reference in New Issue
Block a user