zephyr/scripts/west_commands/tests
Henrik Brix Andersen bf598848b1 scripts: west: commands: tests: dfu_util: fix test under Python 3.12
Use "call_args_list" from unittest.mock instead of "called_with" for
verifying the arguments supplied to the dfu-util west runner.

This aligns the assert with the rest of the test case and fixes the
dfu-util west runner test when running under Python 3.12.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-10-26 07:17:10 +02:00
..
nrf scripts: runners: tests: nrf: Minor tweaks 2023-04-17 09:29:04 -07:00
conftest.py west runner: Add exe file to configuration 2023-10-10 15:26:09 +02:00
test_blackmagicprobe.py
test_bossac.py
test_build.py
test_canopen_program.py
test_dediprog.py
test_dfu_util.py scripts: west: commands: tests: dfu_util: fix test under Python 3.12 2023-10-26 07:17:10 +02:00
test_gd32isp.py
test_imports.py west: add NXP S32 Debug Probe runner 2023-10-25 18:14:51 -07:00
test_mdb.py ARC: west: mdb runner: support 12 cores targets 2023-09-25 09:49:50 +02:00
test_nrf.py scripts: runners: tests: nrf: Refactor and add nrfutil runner tests 2023-04-17 09:29:04 -07:00
test_nxp_s32dbg.py west: add tests for NXP S32 Debug Probe 2023-10-25 18:14:51 -07:00
test_pyocd.py
test_stm32cubeprogrammer.py
test_stm32flash.py
test_twister.py