Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-testtools-doc-2.3.0-lp152.4.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-testtools-doc Distribution: openSUSE Leap 15.2
Version: 2.3.0 Vendor: openSUSE
Release: lp152.4.3 Build date: Sun Mar 1 13:26:39 2020
Group: Documentation/HTML Build host: lamb54
Size: 1115158 Source RPM: python-testtools-doc-2.3.0-lp152.4.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/testtools
Summary: Documentation for python-testtools
Documentation and help files for python-testtools.

Provides

Requires

License

MIT

Changelog

* Sat Aug 11 2018 tchvatal@suse.com
  - Really run the tests
* Tue Jul 04 2017 tbechtold@suse.com
  - update to 2.3.0:
    * Release 2.3.0
    * Add ResourcedToStreamDecorator test result decorator for testresources integration (#243)
    * Make KeysEqual usable with no arguments, i.e. match a dict with no keys. (#241)
    * Add testtools.assertions to the documented API modules (#257)
    * Add Python 3.6 to the list of Travis targets (#255)
    * Don't add file details without content (#252)
    * Don't run Sphinx on Travis Python 3.3 target (#250)
    * Make twistedsupport and tests work on Python 3
* Fri Apr 14 2017 toddrme2178@gmail.com
  - Use singlespec macros where possible to simplify spec file.
* Sat Apr 08 2017 toddrme2178@gmail.com
  - Split documentation and tests into separate .spec file to avoid
    dependency cycle with python-extras/python-testrepositories.
* Sun Apr 02 2017 aloisio@gmx.com
  - Converted to single-spec
  - Added doc subpackage
* Mon Feb 27 2017 shshyukriev@suse.com
  - BuildRequires also using extras>=1.0.0
* Thu Sep 01 2016 tbechtold@suse.com
  - Use pypi.io as Source url
* Tue Aug 30 2016 tbechtold@suse.com
  - update to 2.2.0:
    * Release 2.2.0
    * Depend on the extras 1.0.0 release
    * Unbreak fixtures test suite / use of gather_details
    * UTF-8 encode Twisted logs (allenap)
    * Use inlineCallbacks instead of deferredGenerator
    * Fix _lp_release: NEXT is case sensitive
    * Release 2.1.0
    * Correct docs for skip deprecation
    * Add matchers for detecting emitted warnings
    * Revert usage of pyrsistent
    * Add unique_text_generator
    * Become compatible with newer Fixtures _setUp() API
    * Better handling of KeyboardInterrupt
    * Fix example in docstring for `failed`
    * Move all Twisted code to twistedsupport package
    * Revert "Move all Twisted code to twistedsupport package"
    * Move all Twisted code to twistedsupport package
    * Add Always & Never matchers
    * Support TestResults without stop/shouldStop
    * Stop using deprecated `skip()` internally
    * Release 2.0.0
    * Options for logging in AsynchronousDeferredRunTest
    * Twisted tests now pass under --debug-stacktraces
    * Decouple log handling from Deferred wrangling
    * Fix typo: flexability
    * Review tweaks
    * Drop support for Python 2.6 and 3.2
    * Release 1.9.0
    * Missed one
    * 19.4.1 refers to importlib machinery. Avoid that
    * See if setuptools 19.5 is bad
    * PIP_VERSION is used by pip itself
    * Correct spelling of 'less than 8', maybe
    * Use only pip 7.* on pypy3 & py3.2
    * Longer timeout not necessary
    * NEWS update
    * Handle case where Deferred fires after timeout
    * Explicitly separate fake stop method
    * Lint & copyright
    * NO_RESULT -> has_no_result
    * Make twistedsupport a package
    * Rename `successful` to `succeeded`
    * Improve NEWS
    * Conditionally import matchers
    * Use non-inplace install and add a comment
    * New module for twisted support code
    * Minor documentation tweaks
    * Make no_result a constant
    * Style & documentation tweaks from review
    * Review tweaks
    * Import extract_result from correct location
    * expectThat works under AsynchronousDeferredRunTest
    * Correct string literal syntax
    * Avoid .format
    * Give up on some TODOs
    * Maybe we need to install our thing?
    * Add requirements for readthedocs
    * Move non-matcher code to _deferred
    * Nicer links
    * Link to Twisted API docs
    * More todos
    * Documentation with examples
    * Pass the Deferred to the handlers
    * Docstring formatting
    * Use _on_deferred_result in _NoResult
    * Make _on_deferred_result transparent to Deferred
    * Extract common Deferred logic
    * Use same error messages as Twisted
    * Matcher for Deferreds that have failed
    * TODOs & XXXs
    * successResultOf equivalent
    * Docstring formatting
    * Docstring
    * Move formatting to exception
    * Extract `extract_result`
    * Matcher for no result
    * Actually use `skipException`
    * NEWS update
    * Suppress skip traceback based on skipException
    * Deprecate Python 2.6
    * Actually use pformat in errors
    * Deterministic test
    * NEWS update
    * NEWS update
    * Factor out counting
    * ids has no apostrophe
    * Lint
    * Collect all duplicate test id's before raise
    * Document checking release milestone before release
    * Don't need our own assertRaisesRegexp
    * Clarify the tests
    * Add assertRaisesRegexp method
    * Document early evaluation of details
    * Update NEWS
    * Deprecate TestCase.skip
    * Deprecate _BinaryMismatch.{expected,observed}
    * Make sure reference and actual align
    * Put expected on the right for binary mismatch
    * Fix typo
    * Support Python 3.5, announce deprecation 3.2
    * API docs for deferredruntest
    * Need Deferred reference
    * Remove scare warnings from deferredruntest
    * Documentation tweaks
    * Move Twisted docs to separate file
    * Better error message for MatchesListwise
    * NEWS update
    * Clarify some things
    * Move _cleanups reset to _reset
    * Rewrite patch tests using make_test_case
    * `throw` helper
    * Rewrite addCleanup tests in terms of make_test_case
    * Use method for value, to avoid `self` weirdness
    * Move useful matchers to helper module
    * Move unique_id_gen to reset
    * Clean up comments
    * No need for special case
    * Get pre_set_up & post_tear_down from scenario
    * Spell setUp consistently
    * Allow pre setUp & post tearDown to be set
    * Complete suite of tests
    * Encapsulate construction
    * Start to use generated behaviors
    * Wrap the constructor, hide the class
    * Handle more test bodies
    * Begin implementing full matrix
    * Easy review comments
    * 15.5.0 claims to support Python 2.6 but does not
    * Run tests on last Twisted version to support 2.6
    * Latest Twisted doesn't run on Python 2.6
    * Non-deterministic test case
    * Simplify cleanup code
    * Rename all_sample_cases_scenarios to deterministic_sample_cases_scenarios
    * Treat tear down failure as a scenario
    * Begin to write scenario-based tests
    * Split run twice tests to separate case
    * Acquire testscenarios as a dependency
    * Fix travis :(
    * Add testscenarios for use by tests
    * Handle failure in tearDown
    * Test _run_teardown, rather than tearDown
    * Allow tests to be run twice
    * Don't use private APIs
    * Update NEWS for 1.8.1
    * Hide TestRecord and StreamToTestRecord
    * Old-fashioned set syntax
    * Abstract text_or_bytes
    * Add pyrsistent dependency to Travis CI
    * Change PRecord to PClass
    * Move test_dict_to_case near StreamToDict
    * Don't use StreamToDict internally
    * _streamer -> _hook
    * StreamSummary with composition, not inheritance
    * Extract StreamToTestRecord base class
    * Move _make_content_type closer to where it is used
    * Put to_test_case logic on TestRecord
    * Make _status_map persistent
    * Move test_dict_to_case closer to test_dict definition
    * Remove temporary variable 'case'
    * Extract got_file
    * Extract got_timestamp function
    * Move creation logic to TestRecord itself
    * Actually use TestRecord internally
    * Extract methods for making and updating record
    * Extract _make_content_type
    * Use `case` consistently, over `_inprogress[key]`
    * Use name for interim states
    * Aspirational documentation
    * Remove VWS
    * Update PlaceHolder indentation
    * Restore & deprecate domap
    * Spell out `f` and `xs`
    * Drop `__metaclass__` declaration
    * Document confusing `domap`
    * Remove duplicate implementation of method
    * Allow event_log to be passed to result doubles
    * Fix lint in testresult.real
    * Lint clear-up
    * Uncap test matrix entries for modern Twisted
    * Fix Travis matrix.include
    * Only run Twisted tests on Python 2
    * Test with Twisted 13.0.0/15.2.0
    * Port twisted.deferredruntest to Twisted >= 15.1.0
    * Update hacking documentation
    * Fix tests with unittest2 1.1.0 and higher
    * Programmatically declare test dependencies
    * Fix the call to the parent setup
    * Release 1.8.0
    * Switch to pbr as a build system
    * Add some custom matchers to make deferred log tests more readable
    * Simplify AsynchronousDeferredRunTest._run_core's StringIO handling
    * Rewind the deferred test log before attaching it
    * Open 1.8.0 for dev
    * Release 1.7.1
    * Clamp Sphinx below 1.3 for travis on pypy3/3.2
    * Fix pypy3 tests by using ceil when reporting duration
    * Fix building universal wheels on Python 3
    * Open next version
    * Release 1.7.0
    * Fix output of empty attachments
    * Open 1.7.0 again
    * Bug #1430076 fix installing when extras is not installed
    * Opening 1.7.0 for development
    * Release 1.6.0
    * Overhaul exception reporting
  - Adjust Requires according to requirements.txt
* Mon Dec 01 2014 dmueller@suse.com
  - fix typo in last change
* Mon Dec 01 2014 rhafer@suse.com
  - Update to version 1.5.0:
    * When an import error happens ``testtools.run`` will now show the full
      error rather than just the name of the module that failed to import.
      (Robert Collins)
    * ``testtools.TestCase`` now inherits from unittest2.TestCase, which
      provides a ``setUpClass`` for upcalls on Python 2.6.
      (Robert Collins, #1393283)
    * Fixed our setup.py to use setup_requires to ensure the import dependencies
      for testtools are present before setup.py runs (as setup.py imports testtools
      to read out the version number). (Robert Collins)
    * Support setUpClass skipping with self.skipException. Previously this worked
      with unittest from 2.7 and above but was not supported by testtools - it was
      a happy accident. Since we now hard depend on unittest2, we need to invert
      our exception lookup priorities to support it. Regular skips done through
      raise self.skipException will continue to work, since they were always caught
      in our code - its because the suite type being used to implement setUpClass
      has changed that an issue occured.
      (Robert Collins, #1393068)
    * Correctly express our unittest2 dependency: we don't work with old releases.
      (Robert Collins)
    * Depends on unittest2 for discovery functionality and the ``TestProgram`` base
      class. This brings in many fixes made to discovery where previously we were
      only using the discovery package or the version in the release of Python
      that the test execution was occuring on. (Robert Collins, #1271133)
    * Fixed unit tests which were failing under pypy due to a change in the way
      pypy formats tracebacks. (Thomi Richards)
    * Fixed the testtools test suite to run correctly when run via ``unit2``
      or ``testtools.run discover``.
    * Make `testtools.content.text_content` error if anything other than text
      is given as content. (Thomi Richards)

Files

/usr/share/doc/packages/python-testtools
/usr/share/doc/packages/python-testtools/html
/usr/share/doc/packages/python-testtools/html/_sources
/usr/share/doc/packages/python-testtools/html/_sources/api.rst.txt
/usr/share/doc/packages/python-testtools/html/_sources/for-framework-folk.rst.txt
/usr/share/doc/packages/python-testtools/html/_sources/for-test-authors.rst.txt
/usr/share/doc/packages/python-testtools/html/_sources/hacking.rst.txt
/usr/share/doc/packages/python-testtools/html/_sources/index.rst.txt
/usr/share/doc/packages/python-testtools/html/_sources/overview.rst.txt
/usr/share/doc/packages/python-testtools/html/_sources/twisted-support.rst.txt
/usr/share/doc/packages/python-testtools/html/_static
/usr/share/doc/packages/python-testtools/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-testtools/html/_static/basic.css
/usr/share/doc/packages/python-testtools/html/_static/classic.css
/usr/share/doc/packages/python-testtools/html/_static/comment-bright.png
/usr/share/doc/packages/python-testtools/html/_static/comment-close.png
/usr/share/doc/packages/python-testtools/html/_static/comment.png
/usr/share/doc/packages/python-testtools/html/_static/default.css
/usr/share/doc/packages/python-testtools/html/_static/doctools.js
/usr/share/doc/packages/python-testtools/html/_static/documentation_options.js
/usr/share/doc/packages/python-testtools/html/_static/down-pressed.png
/usr/share/doc/packages/python-testtools/html/_static/down.png
/usr/share/doc/packages/python-testtools/html/_static/file.png
/usr/share/doc/packages/python-testtools/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-testtools/html/_static/jquery.js
/usr/share/doc/packages/python-testtools/html/_static/minus.png
/usr/share/doc/packages/python-testtools/html/_static/placeholder.txt
/usr/share/doc/packages/python-testtools/html/_static/plus.png
/usr/share/doc/packages/python-testtools/html/_static/pygments.css
/usr/share/doc/packages/python-testtools/html/_static/searchtools.js
/usr/share/doc/packages/python-testtools/html/_static/sidebar.js
/usr/share/doc/packages/python-testtools/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-testtools/html/_static/underscore.js
/usr/share/doc/packages/python-testtools/html/_static/up-pressed.png
/usr/share/doc/packages/python-testtools/html/_static/up.png
/usr/share/doc/packages/python-testtools/html/_static/websupport.js
/usr/share/doc/packages/python-testtools/html/api.html
/usr/share/doc/packages/python-testtools/html/for-framework-folk.html
/usr/share/doc/packages/python-testtools/html/for-test-authors.html
/usr/share/doc/packages/python-testtools/html/genindex.html
/usr/share/doc/packages/python-testtools/html/hacking.html
/usr/share/doc/packages/python-testtools/html/index.html
/usr/share/doc/packages/python-testtools/html/objects.inv
/usr/share/doc/packages/python-testtools/html/overview.html
/usr/share/doc/packages/python-testtools/html/py-modindex.html
/usr/share/doc/packages/python-testtools/html/search.html
/usr/share/doc/packages/python-testtools/html/searchindex.js
/usr/share/doc/packages/python-testtools/html/twisted-support.html
/usr/share/licenses/python-testtools-doc
/usr/share/licenses/python-testtools-doc/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024