Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 10:52:12 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388321 - in head/devel: . py-pytest-capturelog
Message-ID:  <201506021052.t52AqCm9037228@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Jun  2 10:52:11 2015
New Revision: 388321
URL: https://svnweb.freebsd.org/changeset/ports/388321

Log:
  [NEW] devel/py-pytest-capturelog: py.test plugin to capture log messages
  
  py.test plugin to capture log messages
  
  If the plugin is installed log messages are captured by default and for
  each failed test will be shown in the same manner as captured stdout and
  stderr.
  
  WWW: https://bitbucket.org/memedough/pytest-capturelog/overview

Added:
  head/devel/py-pytest-capturelog/
  head/devel/py-pytest-capturelog/Makefile   (contents, props changed)
  head/devel/py-pytest-capturelog/distinfo   (contents, props changed)
  head/devel/py-pytest-capturelog/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jun  2 10:32:04 2015	(r388320)
+++ head/devel/Makefile	Tue Jun  2 10:52:11 2015	(r388321)
@@ -4040,6 +4040,7 @@
     SUBDIR += py-pyshapelib
     SUBDIR += py-pytemplate
     SUBDIR += py-pytest
+    SUBDIR += py-pytest-capturelog
     SUBDIR += py-pytest-runner
     SUBDIR += py-pytest-timeout
     SUBDIR += py-python-jenkins

Added: head/devel/py-pytest-capturelog/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-capturelog/Makefile	Tue Jun  2 10:52:11 2015	(r388321)
@@ -0,0 +1,20 @@
+# Created by: Kubilay Kocak <koobs@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pytest-capturelog
+PORTVERSION=	0.7
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	koobs@FreeBSD.org
+COMMENT=	Py.test plugin to capture log messages
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py>=1.1.1:${PORTSDIR}/devel/py-py
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-capturelog/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-capturelog/distinfo	Tue Jun  2 10:52:11 2015	(r388321)
@@ -0,0 +1,2 @@
+SHA256 (pytest-capturelog-0.7.tar.gz) = b6e8d5189b39462109c2188e6b512d6cc7e66d62bb5be65389ed50e96d22000d
+SIZE (pytest-capturelog-0.7.tar.gz) = 4293

Added: head/devel/py-pytest-capturelog/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-capturelog/pkg-descr	Tue Jun  2 10:52:11 2015	(r388321)
@@ -0,0 +1,6 @@
+py.test plugin to capture log messages
+
+If the plugin is installed log messages are captured by default and for each
+failed test will be shown in the same manner as captured stdout and stderr.
+
+WWW: https://bitbucket.org/memedough/pytest-capturelog/overview



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021052.t52AqCm9037228>