a491a48e85
0.9.15 ~~~~~~ This is the last release to support Python2.4 and 2.5. It brings in a slew of improvements to test tagging and concurrency, making running large test suites with partitioned workers more reliable and easier to reproduce exact test ordering in a given worker. See our sister project ``testrepository`` for a test runner that uses these features. Changes ------- * ``PlaceHolder`` and ``ErrorHolder`` now support being given result details. (Robert Collins) * ``ErrorHolder`` is now just a function - all the logic is in ``PlaceHolder``. (Robert Collins) * ``TestResult`` and all other ``TestResult``-like objects in testtools distinguish between global tags and test-local tags, as per the subunit specification. (Jonathan Lange) * This is the **last** release of testtools that supports Python 2.4 or 2.5. These releases are no longer supported by the Python community and do not receive security updates. If this affects you, you will need to either stay on this release or perform your own backports. (Jonathan Lange, Robert Collins) * ``ThreadsafeForwardingResult`` now forwards global tags as test-local tags, making reasoning about the correctness of the multiplexed stream simpler. This preserves the semantic value (what tags apply to a given test) while consuming less stream size (as no negative-tag statement is needed). (Robert Collins, Gary Poster, #986434) Improvements ------------ * API documentation corrections. (Raphaël Badin) * ``ConcurrentTestSuite`` now takes an optional ``wrap_result`` parameter that can be used to wrap the ``ThreadsafeForwardingResult``s created by the suite. (Jonathan Lange) * ``Tagger`` added. It's a new ``TestResult`` that tags all tests sent to it with a particular set of tags. (Jonathan Lange) * ``testresultdecorator`` brought over from subunit. (Jonathan Lange) * All ``TestResult`` wrappers now correctly forward ``current_tags`` from their wrapped results, meaning that ``current_tags`` can always be relied upon to return the currently active tags on a test result. * ``TestByTestResult``, a ``TestResult`` that calls a method once per test, added. (Jonathan Lange) * ``ThreadsafeForwardingResult`` correctly forwards ``tags()`` calls where only one of ``new_tags`` or ``gone_tags`` are specified. (Jonathan Lange, #980263) * ``ThreadsafeForwardingResult`` no longer leaks local tags from one test into all future tests run. (Jonathan Lange, #985613) * ``ThreadsafeForwardingResult`` has many, many more tests. (Jonathan Lange)
122 lines
4.9 KiB
Text
122 lines
4.9 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2012/09/16 12:37:51 obache Exp $
|
|
${PYSITELIB}/${EGG_FILE}
|
|
${PYSITELIB}/testtools/__init__.py
|
|
${PYSITELIB}/testtools/__init__.pyc
|
|
${PYSITELIB}/testtools/__init__.pyo
|
|
${PYSITELIB}/testtools/_compat2x.py
|
|
${PYSITELIB}/testtools/_compat2x.pyc
|
|
${PYSITELIB}/testtools/_compat2x.pyo
|
|
${PYSITELIB}/testtools/_compat3x.py
|
|
${PYSITELIB}/testtools/_compat3x.pyc
|
|
${PYSITELIB}/testtools/_compat3x.pyo
|
|
${PYSITELIB}/testtools/_spinner.py
|
|
${PYSITELIB}/testtools/_spinner.pyc
|
|
${PYSITELIB}/testtools/_spinner.pyo
|
|
${PYSITELIB}/testtools/compat.py
|
|
${PYSITELIB}/testtools/compat.pyc
|
|
${PYSITELIB}/testtools/compat.pyo
|
|
${PYSITELIB}/testtools/content.py
|
|
${PYSITELIB}/testtools/content.pyc
|
|
${PYSITELIB}/testtools/content.pyo
|
|
${PYSITELIB}/testtools/content_type.py
|
|
${PYSITELIB}/testtools/content_type.pyc
|
|
${PYSITELIB}/testtools/content_type.pyo
|
|
${PYSITELIB}/testtools/deferredruntest.py
|
|
${PYSITELIB}/testtools/deferredruntest.pyc
|
|
${PYSITELIB}/testtools/deferredruntest.pyo
|
|
${PYSITELIB}/testtools/distutilscmd.py
|
|
${PYSITELIB}/testtools/distutilscmd.pyc
|
|
${PYSITELIB}/testtools/distutilscmd.pyo
|
|
${PYSITELIB}/testtools/helpers.py
|
|
${PYSITELIB}/testtools/helpers.pyc
|
|
${PYSITELIB}/testtools/helpers.pyo
|
|
${PYSITELIB}/testtools/matchers.py
|
|
${PYSITELIB}/testtools/matchers.pyc
|
|
${PYSITELIB}/testtools/matchers.pyo
|
|
${PYSITELIB}/testtools/monkey.py
|
|
${PYSITELIB}/testtools/monkey.pyc
|
|
${PYSITELIB}/testtools/monkey.pyo
|
|
${PYSITELIB}/testtools/run.py
|
|
${PYSITELIB}/testtools/run.pyc
|
|
${PYSITELIB}/testtools/run.pyo
|
|
${PYSITELIB}/testtools/runtest.py
|
|
${PYSITELIB}/testtools/runtest.pyc
|
|
${PYSITELIB}/testtools/runtest.pyo
|
|
${PYSITELIB}/testtools/tags.py
|
|
${PYSITELIB}/testtools/tags.pyc
|
|
${PYSITELIB}/testtools/tags.pyo
|
|
${PYSITELIB}/testtools/testcase.py
|
|
${PYSITELIB}/testtools/testcase.pyc
|
|
${PYSITELIB}/testtools/testcase.pyo
|
|
${PYSITELIB}/testtools/testresult/__init__.py
|
|
${PYSITELIB}/testtools/testresult/__init__.pyc
|
|
${PYSITELIB}/testtools/testresult/__init__.pyo
|
|
${PYSITELIB}/testtools/testresult/doubles.py
|
|
${PYSITELIB}/testtools/testresult/doubles.pyc
|
|
${PYSITELIB}/testtools/testresult/doubles.pyo
|
|
${PYSITELIB}/testtools/testresult/real.py
|
|
${PYSITELIB}/testtools/testresult/real.pyc
|
|
${PYSITELIB}/testtools/testresult/real.pyo
|
|
${PYSITELIB}/testtools/tests/__init__.py
|
|
${PYSITELIB}/testtools/tests/__init__.pyc
|
|
${PYSITELIB}/testtools/tests/__init__.pyo
|
|
${PYSITELIB}/testtools/tests/helpers.py
|
|
${PYSITELIB}/testtools/tests/helpers.pyc
|
|
${PYSITELIB}/testtools/tests/helpers.pyo
|
|
${PYSITELIB}/testtools/tests/test_compat.py
|
|
${PYSITELIB}/testtools/tests/test_compat.pyc
|
|
${PYSITELIB}/testtools/tests/test_compat.pyo
|
|
${PYSITELIB}/testtools/tests/test_content.py
|
|
${PYSITELIB}/testtools/tests/test_content.pyc
|
|
${PYSITELIB}/testtools/tests/test_content.pyo
|
|
${PYSITELIB}/testtools/tests/test_content_type.py
|
|
${PYSITELIB}/testtools/tests/test_content_type.pyc
|
|
${PYSITELIB}/testtools/tests/test_content_type.pyo
|
|
${PYSITELIB}/testtools/tests/test_deferredruntest.py
|
|
${PYSITELIB}/testtools/tests/test_deferredruntest.pyc
|
|
${PYSITELIB}/testtools/tests/test_deferredruntest.pyo
|
|
${PYSITELIB}/testtools/tests/test_distutilscmd.py
|
|
${PYSITELIB}/testtools/tests/test_distutilscmd.pyc
|
|
${PYSITELIB}/testtools/tests/test_distutilscmd.pyo
|
|
${PYSITELIB}/testtools/tests/test_fixturesupport.py
|
|
${PYSITELIB}/testtools/tests/test_fixturesupport.pyc
|
|
${PYSITELIB}/testtools/tests/test_fixturesupport.pyo
|
|
${PYSITELIB}/testtools/tests/test_helpers.py
|
|
${PYSITELIB}/testtools/tests/test_helpers.pyc
|
|
${PYSITELIB}/testtools/tests/test_helpers.pyo
|
|
${PYSITELIB}/testtools/tests/test_matchers.py
|
|
${PYSITELIB}/testtools/tests/test_matchers.pyc
|
|
${PYSITELIB}/testtools/tests/test_matchers.pyo
|
|
${PYSITELIB}/testtools/tests/test_monkey.py
|
|
${PYSITELIB}/testtools/tests/test_monkey.pyc
|
|
${PYSITELIB}/testtools/tests/test_monkey.pyo
|
|
${PYSITELIB}/testtools/tests/test_run.py
|
|
${PYSITELIB}/testtools/tests/test_run.pyc
|
|
${PYSITELIB}/testtools/tests/test_run.pyo
|
|
${PYSITELIB}/testtools/tests/test_runtest.py
|
|
${PYSITELIB}/testtools/tests/test_runtest.pyc
|
|
${PYSITELIB}/testtools/tests/test_runtest.pyo
|
|
${PYSITELIB}/testtools/tests/test_spinner.py
|
|
${PYSITELIB}/testtools/tests/test_spinner.pyc
|
|
${PYSITELIB}/testtools/tests/test_spinner.pyo
|
|
${PYSITELIB}/testtools/tests/test_tags.py
|
|
${PYSITELIB}/testtools/tests/test_tags.pyc
|
|
${PYSITELIB}/testtools/tests/test_tags.pyo
|
|
${PYSITELIB}/testtools/tests/test_testcase.py
|
|
${PYSITELIB}/testtools/tests/test_testcase.pyc
|
|
${PYSITELIB}/testtools/tests/test_testcase.pyo
|
|
${PYSITELIB}/testtools/tests/test_testresult.py
|
|
${PYSITELIB}/testtools/tests/test_testresult.pyc
|
|
${PYSITELIB}/testtools/tests/test_testresult.pyo
|
|
${PYSITELIB}/testtools/tests/test_testsuite.py
|
|
${PYSITELIB}/testtools/tests/test_testsuite.pyc
|
|
${PYSITELIB}/testtools/tests/test_testsuite.pyo
|
|
${PYSITELIB}/testtools/tests/test_with_with.py
|
|
${PYSITELIB}/testtools/tests/test_with_with.pyc
|
|
${PYSITELIB}/testtools/tests/test_with_with.pyo
|
|
${PYSITELIB}/testtools/testsuite.py
|
|
${PYSITELIB}/testtools/testsuite.pyc
|
|
${PYSITELIB}/testtools/testsuite.pyo
|
|
${PYSITELIB}/testtools/utils.py
|
|
${PYSITELIB}/testtools/utils.pyc
|
|
${PYSITELIB}/testtools/utils.pyo
|