From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9D6AE1F4B4 for ; Mon, 14 Sep 2020 22:02:24 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] ci/deps: add Plack::Test::ExternalServer for devtest Date: Mon, 14 Sep 2020 22:02:23 +0000 Message-Id: <20200914220223.35535-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: More of our Plack tests exercise public-inbox-httpd, nowadays; and ExternalServer lets us test it easily alongside generic PSGI stuff. --- ci/deps.perl | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/deps.perl b/ci/deps.perl index 77d95fc8..4c273337 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -48,6 +48,7 @@ my $profiles = { XML::TreePP curl w3m + Plack::Test::ExternalServer ) ], };