This package provides a number of testing frameworks that Zope 3
packages use for their test suites. It includes a flexible test runner, and supports both doctest and unittest. ok ajacoutot@
This commit is contained in:
parent
db8ef256a7
commit
d3bcffec27
36
devel/py-zopetesting/Makefile
Normal file
36
devel/py-zopetesting/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/01 21:11:11 eric Exp $
|
||||
|
||||
COMMENT= testing frameworks from Zope 3
|
||||
|
||||
MODPY_EGG_VERSION= 3.7.4
|
||||
|
||||
DISTNAME= zope.testing-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-zopetesting-${MODPY_EGG_VERSION}
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://pypi.python.org/pypi/zope.testing
|
||||
|
||||
MAINTAINER= Eric Faurot <eric@openbsd.org>
|
||||
|
||||
# Zope Public License
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/z/zope.testing/
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
|
||||
RUN_DEPENDS= :py-zopeinterface-*:devel/py-zopeinterface
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
do-regress:
|
||||
cd ${WRKSRC} && \
|
||||
${MODPY_BIN} bootstrap.py && \
|
||||
./bin/buildout && \
|
||||
./bin/test
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/py-zopetesting/distinfo
Normal file
5
devel/py-zopetesting/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (zope.testing-3.7.4.tar.gz) = xjwMS4tEy/DaIpSFDPUUtQ==
|
||||
RMD160 (zope.testing-3.7.4.tar.gz) = 4ld0jzNIwa+6EUyzb93ziBtG9Jo=
|
||||
SHA1 (zope.testing-3.7.4.tar.gz) = MBPtCLTufwIu3OYUDCdFusKU4+0=
|
||||
SHA256 (zope.testing-3.7.4.tar.gz) = 7IDAUxxqLY+seeMdUne/DIlueF4nv+/uQ/JTv4JXfMs=
|
||||
SIZE (zope.testing-3.7.4.tar.gz) = 153976
|
3
devel/py-zopetesting/pkg/DESCR
Normal file
3
devel/py-zopetesting/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This package provides a number of testing frameworks that Zope 3
|
||||
packages use for their test suites. It includes a flexible test
|
||||
runner, and supports both doctest and unittest.
|
293
devel/py-zopetesting/pkg/PLIST
Normal file
293
devel/py-zopetesting/pkg/PLIST
Normal file
@ -0,0 +1,293 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/01 21:11:12 eric Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/zope.testing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}-nspkg.pth
|
||||
lib/python${MODPY_VERSION}/site-packages/zope.testing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope.testing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/zope.testing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope.testing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope.testing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/namespace_packages.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope.testing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/zope.testing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope.testing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/DEPENDENCIES.cfg
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/cleanup.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/cleanup.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/doctest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/doctest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/doctest.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/doctestunit.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/doctestunit.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/formparser.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/formparser.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/formparser.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/loggingsupport.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/loggingsupport.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/loghandler.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/loghandler.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/module.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/module.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/module.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/renormalizing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/renormalizing.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/server.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/server.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/setupstack.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/setupstack.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/setupstack.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/coverage.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/coverage.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/debug.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/debug.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/doctest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/doctest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/eggsupport.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/eggsupport.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/feature.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/feature.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/filter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/filter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/find.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/find.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/formatter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/formatter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/garbagecollection.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/garbagecollection.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/interfaces.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/interfaces.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/layer.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/layer.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/listing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/listing.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/logsupport.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/logsupport.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/options.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/options.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/process.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/process.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/profiling.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/profiling.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/refcount.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/refcount.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/runner.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/runner.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/selftest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/selftest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/statistics.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/statistics.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-arguments.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-colors.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-coverage-win32.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-coverage.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-debugging-layer-setup.test
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-debugging.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-edge-cases.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-errors.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-lib/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-lib/sample4/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-lib/sample4/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-lib/sample4/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-lib/sample4/products/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-lib/sample4/products/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-lib/sample4/products/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/more/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/more/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/more/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/more/sampletests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/more/sampletests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/sampletests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex-pp-products/sampletests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/README.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/gc0.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/gc0.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/gc1.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/gc1.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/gcset.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/gcset.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/gcstats.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/gcstats.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/leak.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/leak.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/pledge.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/pledge.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample11/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample11/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample11/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample11/sampletests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample11/sampletests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample12/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample12/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample12/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample13/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample13/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample13/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample13/sampletests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sample13/sampletests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test1.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test1.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test11.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test11.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test111.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test111.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test112.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test112.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test12.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test12.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test121.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test121.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test122.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test122.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test_one.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests/test_one.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests_none_suite.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests_none_suite.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests_none_test.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests_none_test.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests_ntd.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests_ntd.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests_ntds.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletests_ntds.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletestsf.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample1/sampletestsf.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/do-not-enter/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/do-not-enter/sampletests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/do-not-enter/sampletests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/donotenter/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/donotenter/sampletests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/donotenter/sampletests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/e.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample21/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample21/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample21/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample21/sampletests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample21/sampletests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample21/sampletests_i.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample21/sampletests_i.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample22/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample22/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample22/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample22/sampletests_i.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample22/sampletests_i.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample23/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample23/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample23/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample23/sampletests_i.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sample23/sampletests_i.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests/test_1.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests/test_1.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests/testone.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests/testone.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_1.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_1.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_e.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_e.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_f.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_f.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_ntd.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_ntd.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_ntds.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/sampletests_ntds.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/stderrtest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample2/stderrtest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/post_mortem5.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/post_mortem6.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/post_mortem_failure.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sample31/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sample31/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sample31/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sample32/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sample32/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sample32/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sample33/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sample33/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sample33/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sampletests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sampletests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sampletests_d.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sampletests_d.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sampletests_ntd.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/sampletests_ntd.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/set_trace5.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sample3/set_trace6.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/samplelayers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/samplelayers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test1.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test1.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test11.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test11.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test111.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test111.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test112.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test112.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test12.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test12.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test121.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test121.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test122.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test122.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test_one.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletests/test_one.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletestsf.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletestsf.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/sampletestsl.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/unicode.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/unicode.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/unicode.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/README.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/compiletest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/compiletest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/package/
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/package/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/package/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/package/compiletest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-ex/usecompiled/package/compiletest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-gc.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-knit.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-layers-api.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-layers-ntd.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-layers.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-leaks-err.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-leaks.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-profiling-cprofiler.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-profiling.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-progress.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-repeat.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-simple.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-test-selection.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-verbose.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner-wo-source.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/testrunner.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/tests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/testrunner/tests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/tests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/zope/testing/tests.pyc
|
Loading…
Reference in New Issue
Block a user