From patchwork Tue Dec 5 16:39:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alassane Yattara X-Patchwork-Id: 35717 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9805C10DC3 for ; Tue, 5 Dec 2023 16:40:11 +0000 (UTC) Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [208.88.110.44]) by mx.groups.io with SMTP id smtpd.web11.104648.1701794400776407863 for ; Tue, 05 Dec 2023 08:40:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@savoirfairelinux.com header.s=DFC430D2-D198-11EC-948E-34200CB392D2 header.b=wRcogw+N; spf=pass (domain: savoirfairelinux.com, ip: 208.88.110.44, mailfrom: alassane.yattara@savoirfairelinux.com) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id D88A59C3678 for ; Tue, 5 Dec 2023 11:39:58 -0500 (EST) Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10032) with ESMTP id RkVf8MNMUtl3; Tue, 5 Dec 2023 11:39:58 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 853A49C3787; Tue, 5 Dec 2023 11:39:58 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.savoirfairelinux.com 853A49C3787 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=savoirfairelinux.com; s=DFC430D2-D198-11EC-948E-34200CB392D2; t=1701794398; bh=GjC795xdK9XjTeJjAXE6lqtLuP5vdj5E3H16oWUIFvY=; h=From:To:Date:Message-Id:MIME-Version; b=wRcogw+N6um8/xdh8GFzpqTIzebC3fwgdoX79Rw8dRn1XHPXt6lPRKeD92jyZln7c 0YDTFkWMV7cXjY3+kWKF5TD+T67BVxuPmuWoGynn98BGRQgaE3fuxGkfH4eKiDHvQO obLWu9lqosXYXvzM+Bw3XjI4UrgsBrTgvOwP2flYAT5cY7Q5QDSPsO+2EW1hIgtNOy /oOaz4hu90FhNkMxLbgUP4JAra0IDDDNXhH/uE+aumLbUXhZehDOhdW9yNswmpOODf 6IxXmoDk3XQZjzerlkDdvBYL7WxWU1QGhxxoaSdjC7YxClGDaeWnllismewi/k8/L1 AMsXF09qK0XZw== X-Virus-Scanned: amavis at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10026) with ESMTP id cCywFiVqHCgE; Tue, 5 Dec 2023 11:39:58 -0500 (EST) Received: from jedi.. (unknown [196.127.183.75]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id AED9C9C339D; Tue, 5 Dec 2023 11:39:57 -0500 (EST) From: Alassane Yattara To: toaster@lists.yoctoproject.org Cc: Alassane Yattara Subject: [PATCH v3 2/4] toaster/test: Update pytest.init Date: Tue, 5 Dec 2023 17:39:48 +0100 Message-Id: <20231205163950.149647-2-alassane.yattara@savoirfairelinux.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231205163950.149647-1-alassane.yattara@savoirfairelinux.com> References: <20231205163950.149647-1-alassane.yattara@savoirfairelinux.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 05 Dec 2023 16:40:11 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/6054 Pushing a working tests suite. To note functional and builds tests are being refactored - Tests Passed: - Browser - Commands - db - views Signed-off-by: Alassane Yattara --- lib/toaster/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/toaster/pytest.ini b/lib/toaster/pytest.ini index f07076b7..642e0b6e 100644 --- a/lib/toaster/pytest.ini +++ b/lib/toaster/pytest.ini @@ -2,7 +2,7 @@ [pytest] DJANGO_SETTINGS_MODULE = toastermain.settings_test -python_files = db/test_*.py commands/test_*.py views/test_*.py browser/test_*.py functional/test_*.py +python_files = db/test_*.py commands/test_*.py views/test_*.py browser/test_*.py # --create-db - force re creation of the test database # https://pytest-django.readthedocs.io/en/latest/database.html#create-db-force-re-creation-of-the-test-database