west/tests
Martí Bolívar 1b27696c31 tests: add str(pytest LocalPath) calls in conftest
The LocalPath object is not iterable on at least some versions of
pytest, which means that some checks done in subprocess ("\t" in
some_instance) are throwing exceptions.

Sprinkle some str() calls around to make this go away.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-02-05 13:12:23 -08:00
..
manifests manifest: correct several design and implementation issues 2019-08-30 17:32:57 -06:00
conftest.py tests: add str(pytest LocalPath) calls in conftest 2020-02-05 13:12:23 -08:00
test_config.py configuration: allow callers to specify west topdir 2019-08-30 17:32:57 -06:00
test_help.py tree-wide: move CLI into new west.app package 2020-01-22 07:36:31 -05:00
test_manifest.py manifest: hacky import loop detection 2020-02-04 08:11:19 -08:00
test_project.py west update: allow PROJECTs defined in manifest repo 2020-02-03 07:37:37 -08:00