From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 94DA63858031 for ; Fri, 30 Jul 2021 19:01:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 94DA63858031 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-105-kngqyVfoN2yyYCkibn-VpQ-1; Fri, 30 Jul 2021 15:01:00 -0400 X-MC-Unique: kngqyVfoN2yyYCkibn-VpQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0BB6A871805 for ; Fri, 30 Jul 2021 19:00:59 +0000 (UTC) Received: from [10.3.113.52] (ovpn-113-52.phx2.redhat.com [10.3.113.52]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DFFE25D9D5 for ; Fri, 30 Jul 2021 19:00:58 +0000 (UTC) To: bunsen@sourceware.org From: Keith Seitz Subject: Test suite? Message-ID: Date: Fri, 30 Jul 2021 12:00:58 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: bunsen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bunsen mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2021 19:01:04 -0000 Hi, I've got a patch (coming soon) for bunsen/repo.py which fixes an exception that is raised when running summarize.py. This got me thinking... Bunsen does not yet have a test suite that can be used to verify correct functioning of the module(s). Is there a procedure I should follow to make sure I didn't break something else? Do we have any plans to implement a test suite or any ideas/requirements on how one should be done? [DejaGNU vs unittest vs pytest, ...] Keith