public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Python code style for the testsuite
@ 2024-07-19  6:29 Anton Mikanovich
  2024-07-19  6:29 ` [PATCH v2 1/2] testsuite: Provide code style documentation Anton Mikanovich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Anton Mikanovich @ 2024-07-19  6:29 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

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.

Changes since v1:
- Fix join in startvm test cases.
- Fix wording and typos.

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

 testsuite/README.md                           |  50 +++
 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, 866 insertions(+), 475 deletions(-)

-- 
2.34.1

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/20240719062940.2601132-1-amikan%40ilbers.de.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-31  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-19  6:29 [PATCH v2 0/2] Python code style for the testsuite Anton Mikanovich
2024-07-19  6:29 ` [PATCH v2 1/2] testsuite: Provide code style documentation Anton Mikanovich
2024-07-19  6:29 ` [PATCH v2 2/2] testsuite: Fix code style Anton Mikanovich
2024-07-31  6:44 ` [PATCH v2 0/2] Python code style for the testsuite Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox