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 1sGkf2-00GjrD-Tz for pgsql-hackers@arkaria.postgresql.org; Mon, 10 Jun 2024 19:26:33 +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 1sGkf1-00FHh8-Bk for pgsql-hackers@arkaria.postgresql.org; Mon, 10 Jun 2024 19:26:32 +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 1sGkf1-00FHgz-1N for pgsql-hackers@lists.postgresql.org; Mon, 10 Jun 2024 19:26:31 +0000 Received: from mail-yb1-xb33.google.com ([2607:f8b0:4864:20::b33]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1sGkez-000g1K-Ak for pgsql-hackers@postgresql.org; Mon, 10 Jun 2024 19:26:30 +0000 Received: by mail-yb1-xb33.google.com with SMTP id 3f1490d57ef6-df481bf6680so256466276.3 for ; Mon, 10 Jun 2024 12:26:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1718047588; x=1718652388; darn=postgresql.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=NcPlKMyt8BxngNfK2IHvk3FNwRMU3nyM8BUx/Wu2QqY=; b=EvGjJtXOCKIoVGK8e1SSSl7Yux88UR2qqv4S1gZbCYmm6P3Mep/rWfmgzXf3Uobifc hQerPFaJ3KqqNm+1P2tKMXk2D1lYcid9dfaAvdnrBMYO6QKP2BYuxOVb581UVF69fc9L SxfLksDWsAI7/2Idk7j8J7Jq9XNw2HEMGgFhg7Xb5PfATvxpEm40QJJ7YPxlBi/40iVT 6sOTgwj0La1N8Tij34qAH55apyTDMhsyyTvtfoGaiEZwWgMYYwH8go+XNwgnBOOQT0d6 oSggknioYI769VLmxHrbwNw/9WVBaK5xH9Z/HRIoV8cUT0gWHkUcPaWl5vtBO3ycX+OD 2p3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718047588; x=1718652388; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NcPlKMyt8BxngNfK2IHvk3FNwRMU3nyM8BUx/Wu2QqY=; b=qeeOcr1WWMUfAcbrRy7kM6gz2ONo1EwY6Q8DNJu/NNlQLcR5FDojTEaC777+liyaJc Y90CIqwbbA2qtVcXwUfWSUQhLWafkcLCCPF6b/mfoZgbKS4K6P9X4XyKJCqTXr4/sw5W R1fuVXhooffY8DX4kpBYBAwtXRDq9UkJGE99xMjvAsbsiohH4y/3ltusvKBAcvUeTTZG gxur95AxEtNhsLNM9+8sgXTzGeVS/LttP10n2eQvZngUdp9m1nB4yyc7QhKH04Ksia/e GjndeKBzXZJ+qlImPkPmeKGlqij7fD+V34ca4+68+WJ6vFpYtWxWEY/TE0krkrVXxi2n yuvQ== X-Gm-Message-State: AOJu0YwflxOoxRAN6FhX2KBQsyRm0B0btvM0MYtvUDeARXotQYrlQlXX HX5gpKzRqOL44/cnvBPUIFpIGB9zEOSkx4Ic/PG7WM6/Ta/Zv4iAnQuKNdU4u3k5UTQ4PVhCQ7i BaWMCjrJ8dNdD6zWB0NXzbF4rYmg2VSPMYP5CCw== X-Google-Smtp-Source: AGHT+IH4l359FK3iOE3UYytjeLa2UxKpgbgLkunhX0E3GmVRKYMsehIHaylTyb6fa3xAOLOlhjNXcqEPx9jnw/9yds8= X-Received: by 2002:a25:d38c:0:b0:dfa:599e:8b74 with SMTP id 3f1490d57ef6-dfaf659531fmr10884494276.10.1718047588227; Mon, 10 Jun 2024 12:26:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alexander Korotkov Date: Mon, 10 Jun 2024 22:26:16 +0300 Message-ID: Subject: Re: RFC: adding pytest as a supported test framework To: Jacob Champion Cc: PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi! On Mon, Jun 10, 2024 at 9:46=E2=80=AFPM Jacob Champion wrote: > Thoughts? Suggestions? Thank you for working on this. Do you think you could re-use something from testgres[1] package? Links. 1. https://github.com/postgrespro/testgres ------ Regards, Alexander Korotkov Supabase