526b953080
2.2.0 ~~~~~ Improvements ------------ * Twisted support code uses ``inlineCallbacks`` rather than the deprecated ``deferredGenerator``. (Tristan Seligmann) 2.1.0 ~~~~~ Improvements ------------ * ``TestResult`` objects that don't implement ``stop``/``shouldStop`` are now handled sanely. (Jonathan Lange) * New ``Always`` and ``Never`` matchers. (Tristan Seligmann, #947026) * Fixed example in ``failed`` docstring. (Jonathan Lange, Github #208) * Rather than explicitly raising a ``KeyboardInterrupt`` if we get no result from a ``Deferred``, we tell the test result to stop running tests and report the lack of result as a test error. This ought to make weird concurrency interaction bugs easier to understand. (Jonathan Lange) * Introduce the unique_text_generator generator function. Similar to the getUniqueString() method, except it creates unique unicode text strings. (Brant Knudson) * Previously, when gathering details caused by a setUp() failure, a traceback occurred if the fixture used the newer _setUp(). This had the side effect of not clearing up fixtures nor gathering details properly. This is now fixed. (Julian Edwards, #1469759) * New ``Warnings`` matcher, and ``WarningMessage`` and ``IsDeprecated`` functions for matching emitted warnings. (Jonathan Jacobs, Github #223) 2.0.0 ~~~~~ Just a few tweaks to our Twisted support. Major version bump to indicate that Python 2.6 & 3.2 are no longer supported. Changes ------- * ``AsynchronousDeferredRunTest`` now has ``suppress_twisted_logging`` and ``store_twisted_logs`` parameters that can be used to override the default logging behaviour. (Jonathan Lange, #942785) * New fixture ``CaptureTwistedLogs`` that can be used with ``AsynchronousDeferredRunTest`` to attach a detail containing everything logged to Twisted during the test run. (Jonathan Lange, #1515362) * Python 2.6 and 3.2 are no longer supported. If you want to use either of these versions of Python, use testtools 1.9.0. (Jonathan Lange) * Make ``fixtures`` a real dependency, not just a test dependency. (Jonathan Lange) 1.9.0 ~~~~~ Many new fixes in this branch, including lots of work around Twisted support. This is the first release that explicitly supports Python 3.5 and the last release that supports Python 2.6 or 3.2. Thanks to all who contributed! Improvements ------------ * Python 3.5 added to the list of supported platforms. (Jonathan Lange) * ``MatchesListwise`` has more informative error when lengths don't match. (Jonathan Lange) * The short form of errors for failed binary comparisions will now put the expected value on the _right_. This means that ``assertThat(2, Equals(3))`` will raise an error saying ``2 != 3``. (Jonathan Lange, #1525227) * Tests for ``assertRaisesRegexp``. (Julia Varlamova, Jonathan Lange) * Tests that customize ``skipException`` no longer get tracebacks for skipped tests. (Jonathan Lange, #1518101) * A failing ``expectThat`` now fails tests run with ``AsynchronousDeferredRunTest``. (Jonathan Lange, #1532452) * New ``testtools.twistedsupport`` package that collects all of our Twisted support code in one place, including that currently available under ``testtools.deferredruntest``. (Jonathan Lange) * New matchers for testing ``Deferred`` code: ``failed``, ``succeeded``, and ``has_no_result``. (Jonathan Lange, Tristan Seligmann, #1369134) * ``TestCase`` objects can now be run twice. All internal state is reset between runs. In particular, testtools tests can now be run with ``trial -u``. (Jonathan Lange, #1517879) * Fixed bug where if an asynchronous ``Deferred`` test times out but the ``Deferred`` then fires, the entire test run would abort with ``KeyboardInterrupt``, failing the currently running test. (Jonathan Lange, James Westby) Changes ------- * Add a new test dependency of testscenarios. (Robert Collins) * Make ``fixtures`` a real dependency, not just a test dependency. (Jonathan Lange) * ``run_with_log_observers`` is deprecated. * ``addCleanup`` can now only be called within a test run. (Jonathan Lange) * ``TestCase.skip`` deprecated. Use ``skipTest`` instead. (Jonathan Lange, #988893) * Getting ``expected`` or ``observed`` attributes from binary comparison mismatches (e.g. ``Equals(2).match(3).expected``) is now deprecated. (Jonathan Lange) * Last release of testtools to support Python 3.2. (Jonathan Lange) * Last release of testtools to support Python 2.6. (Jonathan Lange) * Report on all duplicate test ids when sorting test suites that contain duplicate ids. (Thomas Bechtold, Jonathan Lange, #1390082) * Add ``readthedocs-requirements.txt`` so readthedocs.org can build the Twisted API documentation. (Jonathan Lange) 1.8.1 ~~~~~ Improvements ------------ * Documented more explicitly how to build and install testtools in the hacking documentation. (Thomi Richards) * ``deferredruntest`` now works with Twisted 15.1.0 and later. (Colin Watson, #1488710) 1.8.0 ~~~~~ Improvements ------------ * AsynchronousDeferredRunTest now correctly attaches the test log. Previously it attached an empty file. (Colin Watson) 1.7.1 ~~~~~ Improvements ------------ * Building a wheel on Python 3 was missing ``_compat2x.py`` needed for Python2. This was a side effect of the fix to bug #941958, where we fixed a cosmetic error. (Robert Collins, #1430534) * During reporting in ``TextTestResult`` now always uses ``ceil`` rather than depending on the undefined rounding behaviour in string formatting. (Robert Collins) 1.7.0 ~~~~~ Improvements ------------ * Empty attachments to tests were triggering a file payload of None in the ``ExtendedToStreamDecorator`` code, which caused multiple copies of attachments that had been output prior to the empty one. (Robert Collins, #1378609) 1.6.1 ~~~~~ Changes ------- * Fix installing when ``extras`` is not already installed. Our guards for the absence of unittest2 were not sufficient. (Robert Collins, #1430076) 1.6.0 ~~~~~ Improvements ------------ * ``testtools.run`` now accepts ``--locals`` to show local variables in tracebacks, which can be a significant aid in debugging. In doing so we've removed the code reimplementing linecache and traceback by using the new traceback2 and linecache2 packages. (Robert Collins, github #111) Changes ------- * ``testtools`` now depends on ``unittest2`` 1.0.0 which brings in a dependency on ``traceback2`` and via it ``linecache2``. (Robert Collins)
227 lines
10 KiB
Text
227 lines
10 KiB
Text
@comment $NetBSD: PLIST,v 1.8 2017/02/22 14:20:56 wiz Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/pbr.json
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/testtools/__init__.py
|
|
${PYSITELIB}/testtools/__init__.pyc
|
|
${PYSITELIB}/testtools/__init__.pyo
|
|
${PYSITELIB}/testtools/_compat2x.py
|
|
${PLIST.py2x}${PYSITELIB}/testtools/_compat2x.pyc
|
|
${PLIST.py2x}${PYSITELIB}/testtools/_compat2x.pyo
|
|
${PYSITELIB}/testtools/_compat3x.py
|
|
${PYSITELIB}/testtools/_compat3x.pyc
|
|
${PYSITELIB}/testtools/_compat3x.pyo
|
|
${PYSITELIB}/testtools/assertions.py
|
|
${PYSITELIB}/testtools/assertions.pyc
|
|
${PYSITELIB}/testtools/assertions.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/__init__.py
|
|
${PYSITELIB}/testtools/matchers/__init__.pyc
|
|
${PYSITELIB}/testtools/matchers/__init__.pyo
|
|
${PYSITELIB}/testtools/matchers/_basic.py
|
|
${PYSITELIB}/testtools/matchers/_basic.pyc
|
|
${PYSITELIB}/testtools/matchers/_basic.pyo
|
|
${PYSITELIB}/testtools/matchers/_const.py
|
|
${PYSITELIB}/testtools/matchers/_const.pyc
|
|
${PYSITELIB}/testtools/matchers/_const.pyo
|
|
${PYSITELIB}/testtools/matchers/_datastructures.py
|
|
${PYSITELIB}/testtools/matchers/_datastructures.pyc
|
|
${PYSITELIB}/testtools/matchers/_datastructures.pyo
|
|
${PYSITELIB}/testtools/matchers/_dict.py
|
|
${PYSITELIB}/testtools/matchers/_dict.pyc
|
|
${PYSITELIB}/testtools/matchers/_dict.pyo
|
|
${PYSITELIB}/testtools/matchers/_doctest.py
|
|
${PYSITELIB}/testtools/matchers/_doctest.pyc
|
|
${PYSITELIB}/testtools/matchers/_doctest.pyo
|
|
${PYSITELIB}/testtools/matchers/_exception.py
|
|
${PYSITELIB}/testtools/matchers/_exception.pyc
|
|
${PYSITELIB}/testtools/matchers/_exception.pyo
|
|
${PYSITELIB}/testtools/matchers/_filesystem.py
|
|
${PYSITELIB}/testtools/matchers/_filesystem.pyc
|
|
${PYSITELIB}/testtools/matchers/_filesystem.pyo
|
|
${PYSITELIB}/testtools/matchers/_higherorder.py
|
|
${PYSITELIB}/testtools/matchers/_higherorder.pyc
|
|
${PYSITELIB}/testtools/matchers/_higherorder.pyo
|
|
${PYSITELIB}/testtools/matchers/_impl.py
|
|
${PYSITELIB}/testtools/matchers/_impl.pyc
|
|
${PYSITELIB}/testtools/matchers/_impl.pyo
|
|
${PYSITELIB}/testtools/matchers/_warnings.py
|
|
${PYSITELIB}/testtools/matchers/_warnings.pyc
|
|
${PYSITELIB}/testtools/matchers/_warnings.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/matchers/__init__.py
|
|
${PYSITELIB}/testtools/tests/matchers/__init__.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/__init__.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/helpers.py
|
|
${PYSITELIB}/testtools/tests/matchers/helpers.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/helpers.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_basic.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_basic.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_basic.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_const.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_const.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_const.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_datastructures.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_datastructures.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_datastructures.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_dict.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_dict.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_dict.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_doctest.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_doctest.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_doctest.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_exception.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_exception.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_exception.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_filesystem.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_filesystem.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_filesystem.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_higherorder.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_higherorder.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_higherorder.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_impl.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_impl.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_impl.pyo
|
|
${PYSITELIB}/testtools/tests/matchers/test_warnings.py
|
|
${PYSITELIB}/testtools/tests/matchers/test_warnings.pyc
|
|
${PYSITELIB}/testtools/tests/matchers/test_warnings.pyo
|
|
${PYSITELIB}/testtools/tests/samplecases.py
|
|
${PYSITELIB}/testtools/tests/samplecases.pyc
|
|
${PYSITELIB}/testtools/tests/samplecases.pyo
|
|
${PYSITELIB}/testtools/tests/test_assert_that.py
|
|
${PYSITELIB}/testtools/tests/test_assert_that.pyc
|
|
${PYSITELIB}/testtools/tests/test_assert_that.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_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_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_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/tests/twistedsupport/__init__.py
|
|
${PYSITELIB}/testtools/tests/twistedsupport/__init__.pyc
|
|
${PYSITELIB}/testtools/tests/twistedsupport/__init__.pyo
|
|
${PYSITELIB}/testtools/tests/twistedsupport/_helpers.py
|
|
${PYSITELIB}/testtools/tests/twistedsupport/_helpers.pyc
|
|
${PYSITELIB}/testtools/tests/twistedsupport/_helpers.pyo
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_deferred.py
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_deferred.pyc
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_deferred.pyo
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_matchers.py
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_matchers.pyc
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_matchers.pyo
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_runtest.py
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_runtest.pyc
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_runtest.pyo
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_spinner.py
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_spinner.pyc
|
|
${PYSITELIB}/testtools/tests/twistedsupport/test_spinner.pyo
|
|
${PYSITELIB}/testtools/testsuite.py
|
|
${PYSITELIB}/testtools/testsuite.pyc
|
|
${PYSITELIB}/testtools/testsuite.pyo
|
|
${PYSITELIB}/testtools/twistedsupport/__init__.py
|
|
${PYSITELIB}/testtools/twistedsupport/__init__.pyc
|
|
${PYSITELIB}/testtools/twistedsupport/__init__.pyo
|
|
${PYSITELIB}/testtools/twistedsupport/_deferred.py
|
|
${PYSITELIB}/testtools/twistedsupport/_deferred.pyc
|
|
${PYSITELIB}/testtools/twistedsupport/_deferred.pyo
|
|
${PYSITELIB}/testtools/twistedsupport/_deferreddebug.py
|
|
${PYSITELIB}/testtools/twistedsupport/_deferreddebug.pyc
|
|
${PYSITELIB}/testtools/twistedsupport/_deferreddebug.pyo
|
|
${PYSITELIB}/testtools/twistedsupport/_matchers.py
|
|
${PYSITELIB}/testtools/twistedsupport/_matchers.pyc
|
|
${PYSITELIB}/testtools/twistedsupport/_matchers.pyo
|
|
${PYSITELIB}/testtools/twistedsupport/_runtest.py
|
|
${PYSITELIB}/testtools/twistedsupport/_runtest.pyc
|
|
${PYSITELIB}/testtools/twistedsupport/_runtest.pyo
|
|
${PYSITELIB}/testtools/twistedsupport/_spinner.py
|
|
${PYSITELIB}/testtools/twistedsupport/_spinner.pyc
|
|
${PYSITELIB}/testtools/twistedsupport/_spinner.pyo
|
|
${PYSITELIB}/testtools/utils.py
|
|
${PYSITELIB}/testtools/utils.pyc
|
|
${PYSITELIB}/testtools/utils.pyo
|