zephyr/scripts/west_commands/tests
Marti Bolivar ddce583ca2 scripts: west_commands: decouple runners pkg from west
I've had some requests to be able to use code in the runners package
without having west installed.

It turns out to be pretty easy to make this happen, as west is
currently only used for west.log and some trivial helper methods:

- To replace west log, use the standard logging module
- Add an appropriate handler for each runner's logger in
  run_common.py which delegates to west.log, to keep
  output working as expected.

Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
2019-06-26 01:25:54 +02:00
..
conftest.py
test_blackmagicprobe.py scripts: runners: check for required programs 2019-06-17 15:06:21 +02:00
test_bossac.py scripts: runners: check for required programs 2019-06-17 15:06:21 +02:00
test_build.py
test_dfu_util.py scripts: runners: check for required programs 2019-06-17 15:06:21 +02:00
test_imports.py
test_nrfjprog.py scripts: west_commands: decouple runners pkg from west 2019-06-26 01:25:54 +02:00
test_pyocd.py scripts: runners: check for required programs 2019-06-17 15:06:21 +02:00