devlib
devlib copied to clipboard
target: tests: Address review comments on PR#667
PR#667: https://github.com/ARM-software/devlib/pull/667
- Implement separate initialize / tear down methods and make various cleanups in test/test_target.py
- Make docstrings Sphinx compatible
- Make
TargetRunnerand its subclasses private - Cleanup tests/test_target.py
- Replace print()'s with appropriate logging calls
- Implement
NOPTargetRunnerclass for simplifying tests - Improve Python v3.7 compatibility
- Relax host machine type checking
- Escape user input strings
and more..