Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHoYP-00Axwz-9s for pgsql-hackers@arkaria.postgresql.org; Thu, 13 Jun 2024 17:48:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sHoYM-004ndC-6K for pgsql-hackers@arkaria.postgresql.org; Thu, 13 Jun 2024 17:48:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHoYL-004nbd-Sh for pgsql-hackers@lists.postgresql.org; Thu, 13 Jun 2024 17:48:02 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHoYK-0019eC-9m for pgsql-hackers@postgresql.org; Thu, 13 Jun 2024 17:48:01 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 45DHlrUX1970144; Thu, 13 Jun 2024 13:47:54 -0400 From: Tom Lane To: Jelte Fennema-Nio cc: Robert Haas , Daniel Gustafsson , Andres Freund , Jacob Champion , PostgreSQL Hackers Subject: Re: RFC: adding pytest as a supported test framework In-reply-to: References: <20240610200411.byj6sv2vpgol6wcf@awork3.anarazel.de> <20240612155040.u6cvatdb5tiwcxci@awork3.anarazel.de> <1799088.1718291987@sss.pgh.pa.us> Comments: In-reply-to Jelte Fennema-Nio message dated "Thu, 13 Jun 2024 19:28:00 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1970142.1718300873.1@sss.pgh.pa.us> Date: Thu, 13 Jun 2024 13:47:53 -0400 Message-ID: <1970143.1718300873@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jelte Fennema-Nio writes: > You don't have to be fluent in writing Python to be able to read and > understand tests written in it. [ shrug... ] I think the same can be said of Perl, with about as much basis. It matters a lot if you have previous experience with the language. regards, tom lane