mbox series

[0/2] Python code style for the testsuite

Message ID 20240712121324.2200037-1-amikan@ilbers.de
Headers show
Series Python code style for the testsuite | expand

Message

Anton Mikanovich July 12, 2024, 12:13 p.m. UTC
Current testcases are written in various different code styles ignoring
any linter checks. Fix this and also declare some rules and usefull
tools for the future test writers.

Anton Mikanovich (2):
  testsuite: Provide code style documentation
  testsuite: Fix code style

 testsuite/README.md                           |  45 ++
 testsuite/cibase.py                           | 237 ++++++----
 testsuite/cibuilder.py                        | 425 +++++++++++-------
 testsuite/citest.py                           | 245 ++++++----
 testsuite/repro-build-test.py                 |  39 +-
 testsuite/start_vm.py                         | 152 +++++--
 testsuite/unittests/bitbake.py                |  22 +-
 testsuite/unittests/rootfs.py                 |   9 +-
 .../unittests/test_image_account_extension.py | 162 ++++---
 9 files changed, 861 insertions(+), 475 deletions(-)