From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7DBB210E4D2 for ; Tue, 28 Nov 2023 10:51:06 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.94.248.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id 680A5580D25 for ; Tue, 28 Nov 2023 02:50:59 -0800 (PST) Received: from maurocar by linux.intel.com with local (Exim 4.96.2) (envelope-from ) id 1r7vg9-0006M9-1s for igt-dev@lists.freedesktop.org; Tue, 28 Nov 2023 11:50:57 +0100 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Tue, 28 Nov 2023 11:48:55 +0100 Message-ID: <20231128105054.24317-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/5] Do dome cleanups at IGT doc tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab This series is aimed to do some cleanup at documentation testlist scripts, solving some issues pointed by pylint and reorganizing the code. The first two patches were already reviewed. This series have them at the beginning, untouched. Mauro Carvalho Chehab (5): scripts/test_list.py: better expand subtests scripts/test_list.py: don't add a blank description scripts/test_list.py: Fix trivial pylint issues scripts/test_list.py: fix indent at get_subtests() igt_doc.py: move the main code to a main() function scripts/igt_doc.py | 122 +++++++++++++++++++++++-------------------- scripts/test_list.py | 95 +++++++++++++++++---------------- 2 files changed, 114 insertions(+), 103 deletions(-) -- 2.42.0