devlib icon indicating copy to clipboard operation
devlib copied to clipboard

target: tests: Address review comments on PR#667

Open metin-arm opened this issue 1 year ago • 0 comments

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 TargetRunner and its subclasses private
  • Cleanup tests/test_target.py
  • Replace print()'s with appropriate logging calls
  • Implement NOPTargetRunner class for simplifying tests
  • Improve Python v3.7 compatibility
  • Relax host machine type checking
  • Escape user input strings

and more..

metin-arm avatar Mar 28 '24 11:03 metin-arm