From owner-svn-ports-head@freebsd.org Sun Oct 20 17:07:17 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A04A016377E; Sun, 20 Oct 2019 17:07:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46x5mP3jb2z3Plp; Sun, 20 Oct 2019 17:07:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DF4AEE9B; Sun, 20 Oct 2019 17:07:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9KH7H4p059915; Sun, 20 Oct 2019 17:07:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9KH7GYb059911; Sun, 20 Oct 2019 17:07:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910201707.x9KH7GYb059911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Oct 2019 17:07:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514893 - in head/devel: . py-pytest-azurepipelines X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-pytest-azurepipelines X-SVN-Commit-Revision: 514893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2019 17:07:17 -0000 Author: sunpoet Date: Sun Oct 20 17:07:16 2019 New Revision: 514893 URL: https://svnweb.freebsd.org/changeset/ports/514893 Log: Add py-pytest-azurepipelines 0.8.0 Make pytest easier to use with Microsoft Azure Pipelines. Just run pytest with this plugin and see your test results in the Azure Pipelines UI! Features: - Formats the PyTest output to show test docstrings and module names instead of just test case names in the Azure Pipelines UI. - Uploads test results automatically, no need for a separate test results upload command - Displays the number of failed tests if there were failures as an error message in the UI - Automatically formats code coverage and uploads coverage data if pytest-cov is installed - Supports running inside a Docker container and automatically uploads test results WWW: https://github.com/tonybaloney/pytest-azurepipelines Added: head/devel/py-pytest-azurepipelines/ head/devel/py-pytest-azurepipelines/Makefile (contents, props changed) head/devel/py-pytest-azurepipelines/distinfo (contents, props changed) head/devel/py-pytest-azurepipelines/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 20 14:10:03 2019 (r514892) +++ head/devel/Makefile Sun Oct 20 17:07:16 2019 (r514893) @@ -4889,6 +4889,7 @@ SUBDIR += py-pytest SUBDIR += py-pytest-aiohttp SUBDIR += py-pytest-asyncio + SUBDIR += py-pytest-azurepipelines SUBDIR += py-pytest-cache SUBDIR += py-pytest-capturelog SUBDIR += py-pytest-cov Added: head/devel/py-pytest-azurepipelines/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-azurepipelines/Makefile Sun Oct 20 17:07:16 2019 (r514893) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pytest-azurepipelines +PORTVERSION= 0.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Formatting PyTest output for Azure Pipelines UI + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.5.0:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-pytest-azurepipelines/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-azurepipelines/distinfo Sun Oct 20 17:07:16 2019 (r514893) @@ -0,0 +1,3 @@ +TIMESTAMP = 1571483779 +SHA256 (pytest-azurepipelines-0.8.0.tar.gz) = 944ae2c0790b792d123aa7312fe307bc35214dd26531728923ae5085a1d1feab +SIZE (pytest-azurepipelines-0.8.0.tar.gz) = 6014 Added: head/devel/py-pytest-azurepipelines/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-azurepipelines/pkg-descr Sun Oct 20 17:07:16 2019 (r514893) @@ -0,0 +1,16 @@ +Make pytest easier to use with Microsoft Azure Pipelines. Just run pytest with +this plugin and see your test results in the Azure Pipelines UI! + +Features: +- Formats the PyTest output to show test docstrings and module names instead of + just test case names in the Azure Pipelines UI. +- Uploads test results automatically, no need for a separate test results upload + command +- Displays the number of failed tests if there were failures as an error message + in the UI +- Automatically formats code coverage and uploads coverage data if pytest-cov is + installed +- Supports running inside a Docker container and automatically uploads test + results + +WWW: https://github.com/tonybaloney/pytest-azurepipelines