From patchwork Tue Dec 5 00:53:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alassane Yattara X-Patchwork-Id: 35651 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 992D0C46CA0 for ; Tue, 5 Dec 2023 00:54:05 +0000 (UTC) Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [208.88.110.44]) by mx.groups.io with SMTP id smtpd.web10.88792.1701737641763498324 for ; Mon, 04 Dec 2023 16:54:02 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@savoirfairelinux.com header.s=DFC430D2-D198-11EC-948E-34200CB392D2 header.b=Gi5ZAhWD; 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 ADBC39C3D84 for ; Mon, 4 Dec 2023 19:54:00 -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 3OIKX0HDjLri; Mon, 4 Dec 2023 19:54:00 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 4FE529C4027; Mon, 4 Dec 2023 19:54:00 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.savoirfairelinux.com 4FE529C4027 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=savoirfairelinux.com; s=DFC430D2-D198-11EC-948E-34200CB392D2; t=1701737640; bh=CGFlFGowpvR7jalHRbInu93zHKxZhm1ql4ovd+K8QaA=; h=From:To:Date:Message-Id:MIME-Version; b=Gi5ZAhWDpdcCHwundzobt2xd63yYb2TPJRGWKHkZTwgDMp4ZDXMw2/exUID2cklJi kNyADAJkqHkNzbfw2D8Py9dqmgDVl/d4sZarsS3VI3KA3SFDlnQcYjUwyiWAgTdV4s vbJQXf86R6OIs1ERbDCS1g941ewcxMPV4j1Bt2McPC9KOpuzDuAE3QdtzBntN39i/0 ziZSfzhC9q02zopPQPZmHQyLgbJg/5UJD72qhwYjbpCynipmjNLfne/9EsAiIGEQ3W 2rYfqA7a2BeZFDwhkDl0Hljs/IrxwiYvedPJcK2s2/k498txHuyY0hRPcbrje2gkhG n4I/BKyOQTFqQ== 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 iNOaOw9pL3rU; Mon, 4 Dec 2023 19:54:00 -0500 (EST) Received: from jedi.. (unknown [196.127.183.75]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id BC2FF9C3298; Mon, 4 Dec 2023 19:53:59 -0500 (EST) From: Alassane Yattara To: toaster@lists.yoctoproject.org Cc: Alassane Yattara Subject: [PATCH v2 2/3] toaster/test: Update pytest.init Date: Tue, 5 Dec 2023 01:53:50 +0100 Message-Id: <20231205005351.475335-2-alassane.yattara@savoirfairelinux.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231205005351.475335-1-alassane.yattara@savoirfairelinux.com> References: <20231205005351.475335-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 00:54:05 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/6050 Pushing a working test 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