1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00
devlib/tests
Metin Kaya a1718c3700 tests/test_target: Read target connection settings from a YAML file
This will be useful in automating CI tests without modifying the source
code.

Replace unittest with pytest in order to make parameter passing to test
functions easier.

Move target configuration reading and generating target object outside
of the test function. Because we will run the test function for new
targets and may want to add new test functions.

While we are here, also fix pylint issues.

Signed-off-by: Metin Kaya <metin.kaya@arm.com>
2024-02-23 12:48:44 -08:00
..
target_configs.yaml tests/test_target: Read target connection settings from a YAML file 2024-02-23 12:48:44 -08:00
test_target.py tests/test_target: Read target connection settings from a YAML file 2024-02-23 12:48:44 -08:00