py-test-testmon: added version 0.9.11
This is a py.test plug-in which automatically selects and re-executes only tests affected by recent changes.
This commit is contained in:
parent
512dfdee29
commit
3ee60dee4a
5 changed files with 49 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2680 2018/05/23 00:32:23 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.2681 2018/05/23 09:26:54 adam Exp $
|
||||
#
|
||||
|
||||
COMMENT= Development utilities
|
||||
|
@ -2250,6 +2250,7 @@ SUBDIR+= py-test-relaxed
|
|||
SUBDIR+= py-test-runner
|
||||
SUBDIR+= py-test-shutil
|
||||
SUBDIR+= py-test-sugar
|
||||
SUBDIR+= py-test-testmon
|
||||
SUBDIR+= py-test-timeout
|
||||
SUBDIR+= py-test-utils
|
||||
SUBDIR+= py-test-virtualenv
|
||||
|
|
2
devel/py-test-testmon/DESCR
Normal file
2
devel/py-test-testmon/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a py.test plug-in which automatically selects and re-executes only
|
||||
tests affected by recent changes.
|
19
devel/py-test-testmon/Makefile
Normal file
19
devel/py-test-testmon/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/05/23 09:26:54 adam Exp $
|
||||
|
||||
DISTNAME= pytest-testmon-0.9.11
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-testmon/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/tarpas/pytest-testmon
|
||||
COMMENT= Py.test plug-in which selects tests affected by recent changes
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-coverage>=4.0.0:../../devel/py-coverage
|
||||
DEPENDS+= ${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
20
devel/py-test-testmon/PLIST
Normal file
20
devel/py-test-testmon/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2018/05/23 09:26:54 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/pbr.json
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/testmon/__init__.py
|
||||
${PYSITELIB}/testmon/__init__.pyc
|
||||
${PYSITELIB}/testmon/__init__.pyo
|
||||
${PYSITELIB}/testmon/process_code.py
|
||||
${PYSITELIB}/testmon/process_code.pyc
|
||||
${PYSITELIB}/testmon/process_code.pyo
|
||||
${PYSITELIB}/testmon/pytest_testmon.py
|
||||
${PYSITELIB}/testmon/pytest_testmon.pyc
|
||||
${PYSITELIB}/testmon/pytest_testmon.pyo
|
||||
${PYSITELIB}/testmon/testmon_core.py
|
||||
${PYSITELIB}/testmon/testmon_core.pyc
|
||||
${PYSITELIB}/testmon/testmon_core.pyo
|
6
devel/py-test-testmon/distinfo
Normal file
6
devel/py-test-testmon/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/05/23 09:26:54 adam Exp $
|
||||
|
||||
SHA1 (pytest-testmon-0.9.11.tar.gz) = 0f420acc3b5b4ec9a289e58451837a500c1be956
|
||||
RMD160 (pytest-testmon-0.9.11.tar.gz) = 1acec6a9081663b9cef5b2eb60a1ef9cc051f2ba
|
||||
SHA512 (pytest-testmon-0.9.11.tar.gz) = 4cdaac5d81724003983d5d31091930c045c7a0ecbb5749b122dbd63841b6c92aa8c976ac51994c590beeef526453598a3a5afc569abeef5778b2fbca290334e0
|
||||
Size (pytest-testmon-0.9.11.tar.gz) = 36647 bytes
|
Loading…
Reference in a new issue