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

python2-zope.testing-4.7-bp153.1.17 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-zope.testing Distribution: SUSE Linux Enterprise 15 SP3
Version: 4.7 Vendor: openSUSE
Release: bp153.1.17 Build date: Fri Mar 5 23:46:42 2021
Group: Unspecified Build host: sheep85
Size: 202797 Source RPM: python-zope.testing-4.7-bp153.1.17.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pypi.python.org/pypi/zope.testing
Summary: Zope testing helpers
This package provides a number of testing frameworks.

cleanup
  Provides a mixin class for cleaning up after tests that
  make global changes.

formparser
  An HTML parser that extracts form information.

  **Python 2 only**

  This is intended to support functional tests that need to extract
  information from HTML forms returned by the publisher.

  See formparser.txt.

loggingsupport
  Support for testing logging code

  If you want to test that your code generates proper log output, you
  can create and install a handler that collects output.

loghandler
  Logging handler for tests that check logging output.

module
  Lets a doctest pretend to be a Python module.

  See module.txt.

renormalizing
  Regular expression pattern normalizing output checker.
  Useful for doctests.

server
  Provides a simple HTTP server compatible with the zope.app.testing
  functional testing API.  Lets you interactively play with the system
  under test.  Helpful in debugging functional doctest failures.

  **Python 2 only**

setupstack
  A simple framework for automating doctest set-up and tear-down.
  See setupstack.txt.

wait
  A small utility for dealing with timing non-determinism
  See wait.txt.

Provides

Requires

License

ZPL-2.1

Changelog

* Mon Oct 14 2019 Matej Cepl <mcepl@suse.com>
  - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Fri Apr 05 2019 Marketa Calabkova <mcalabkova@suse.com>
  - update to version 4.7
    * Added support for Python 3.7.
    * Remove dependencies on zope.interface and zope.exceptions.
    * Remove use of 2to3 for outdated versions of PyPy3, letting us
      build universal wheels.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Fri Jun 23 2017 aloisio@gmx.com
  - Update to 4.6.1
    * Add support for Python 3.6.
    4.6.0:
    * Introduce option flag ``IGNORE_EXCEPTION_MODULE_IN_PYTHON2``
      to normalize exception class names in traceback output.
      In Python 3 they are displayed as the full dotted name.
      In Python 2 they are displayed as "just" the class name.
      When running doctests in Python 3, the option flag will
      not have any effect, however when running the same test in
      Python 2, the segments in the full dotted name leading up to
      the class name are stripped away from the "expected" string.
    * Drop support for Python 2.6 and 3.2.
    * Add support for Python 3.5.
    * Cleaned up useless 2to3 conversion.
    4.5.0:
    * Added meta data for test case methods created with
      ``zope.testing.doctestcase``.
    * Reasonable values for ``__name__``, making sure that
      ``__name__`` starts with ``test``.
    * For ``doctestfile`` methods, provide ``filename`` and
      ``filepath`` attributes.
      The meta data us useful, for example, for selecting tests
      with the nose attribute mechanism.
    * Added ``doctestcase.doctestfiles``
    * Define multiple doctest files at once.
    * Automatically assign test class members.  So rather than::
      class MYTests(unittest.TestCase):
      ...
      test_foo = doctestcase.doctestfile('foo.txt')
      You can use::
      @doctestcase.doctestfiles('foo.txt', 'bar.txt', ...)
      class MYTests(unittest.TestCase):
      ...
    4.4.0:
    * Added ``zope.testing.setupstack.mock`` as a convenience
      function for setting up mocks in tests.  (The Python
      ``mock`` package must be in the path for this to work. The
      excellent ``mock`` package isn't a dependency of
      ``zope.testing``.)
    * Added the base class ``zope.testing.setupstack.TestCase`` to
      make it much easier to use ``zope.testing.setupstack`` in
      ``unittest`` test cases.
    4.3.0:
    * Added support for creating doctests as methods of
      ``unittest.TestCase`` classes so that they can found
      automatically by test runners, like *nose* that ignore test
      suites.
    4.2.0:
    * **Actually** remove long-deprecated ``zope.testing.doctest``
      (announced as removed in 4.0.0) and
      ``zope.testing.doctestunit``.
    * Add support for PyPy and PyPy3.
  - Converted to single-spec
* Fri May 15 2015 benoit.monin@gmx.fr
  - update to version 4.1.3:
    * Added support for Python 3.4.
    * Updated boostrap.py to version 2.2.
  - switch the source archive to tar.gz (zip not available)
  - remove unzip from BuildRequires
  - reenable the tests for all suse versions
* Fri Nov 01 2013 p.drouand@gmail.com
  - Disable tests; fix build for Factory
* Thu Oct 24 2013 speilicke@suse.com
  - Require python-setuptools instead of distribute (upstreams merged)
* Fri Mar 15 2013 speilicke@suse.com
  - Initial version

Files

/usr/lib/python2.7/site-packages/zope
/usr/lib/python2.7/site-packages/zope.testing-4.7-py2.7-nspkg.pth
/usr/lib/python2.7/site-packages/zope.testing-4.7-py2.7.egg-info
/usr/lib/python2.7/site-packages/zope.testing-4.7-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/zope.testing-4.7-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/zope.testing-4.7-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/zope.testing-4.7-py2.7.egg-info/namespace_packages.txt
/usr/lib/python2.7/site-packages/zope.testing-4.7-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/zope.testing-4.7-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/zope.testing-4.7-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/zope/testing
/usr/lib/python2.7/site-packages/zope/testing/__init__.py
/usr/lib/python2.7/site-packages/zope/testing/__init__.pyc
/usr/lib/python2.7/site-packages/zope/testing/__init__.pyo
/usr/lib/python2.7/site-packages/zope/testing/cleanup.py
/usr/lib/python2.7/site-packages/zope/testing/cleanup.pyc
/usr/lib/python2.7/site-packages/zope/testing/cleanup.pyo
/usr/lib/python2.7/site-packages/zope/testing/doctestcase.py
/usr/lib/python2.7/site-packages/zope/testing/doctestcase.pyc
/usr/lib/python2.7/site-packages/zope/testing/doctestcase.pyo
/usr/lib/python2.7/site-packages/zope/testing/doctestcase.txt
/usr/lib/python2.7/site-packages/zope/testing/exceptions.py
/usr/lib/python2.7/site-packages/zope/testing/exceptions.pyc
/usr/lib/python2.7/site-packages/zope/testing/exceptions.pyo
/usr/lib/python2.7/site-packages/zope/testing/formparser.py
/usr/lib/python2.7/site-packages/zope/testing/formparser.pyc
/usr/lib/python2.7/site-packages/zope/testing/formparser.pyo
/usr/lib/python2.7/site-packages/zope/testing/formparser.txt
/usr/lib/python2.7/site-packages/zope/testing/loggingsupport.py
/usr/lib/python2.7/site-packages/zope/testing/loggingsupport.pyc
/usr/lib/python2.7/site-packages/zope/testing/loggingsupport.pyo
/usr/lib/python2.7/site-packages/zope/testing/loggingsupport.txt
/usr/lib/python2.7/site-packages/zope/testing/loghandler.py
/usr/lib/python2.7/site-packages/zope/testing/loghandler.pyc
/usr/lib/python2.7/site-packages/zope/testing/loghandler.pyo
/usr/lib/python2.7/site-packages/zope/testing/module.py
/usr/lib/python2.7/site-packages/zope/testing/module.pyc
/usr/lib/python2.7/site-packages/zope/testing/module.pyo
/usr/lib/python2.7/site-packages/zope/testing/module.txt
/usr/lib/python2.7/site-packages/zope/testing/renormalizing.py
/usr/lib/python2.7/site-packages/zope/testing/renormalizing.pyc
/usr/lib/python2.7/site-packages/zope/testing/renormalizing.pyo
/usr/lib/python2.7/site-packages/zope/testing/renormalizing.txt
/usr/lib/python2.7/site-packages/zope/testing/server.py
/usr/lib/python2.7/site-packages/zope/testing/server.pyc
/usr/lib/python2.7/site-packages/zope/testing/server.pyo
/usr/lib/python2.7/site-packages/zope/testing/setupstack.py
/usr/lib/python2.7/site-packages/zope/testing/setupstack.pyc
/usr/lib/python2.7/site-packages/zope/testing/setupstack.pyo
/usr/lib/python2.7/site-packages/zope/testing/setupstack.txt
/usr/lib/python2.7/site-packages/zope/testing/test-1.txt
/usr/lib/python2.7/site-packages/zope/testing/test4.txt
/usr/lib/python2.7/site-packages/zope/testing/test4e.txt
/usr/lib/python2.7/site-packages/zope/testing/test4f.txt
/usr/lib/python2.7/site-packages/zope/testing/test_renormalizing.py
/usr/lib/python2.7/site-packages/zope/testing/test_renormalizing.pyc
/usr/lib/python2.7/site-packages/zope/testing/test_renormalizing.pyo
/usr/lib/python2.7/site-packages/zope/testing/testrunner.py
/usr/lib/python2.7/site-packages/zope/testing/testrunner.pyc
/usr/lib/python2.7/site-packages/zope/testing/testrunner.pyo
/usr/lib/python2.7/site-packages/zope/testing/tests.py
/usr/lib/python2.7/site-packages/zope/testing/tests.pyc
/usr/lib/python2.7/site-packages/zope/testing/tests.pyo
/usr/lib/python2.7/site-packages/zope/testing/wait.py
/usr/lib/python2.7/site-packages/zope/testing/wait.pyc
/usr/lib/python2.7/site-packages/zope/testing/wait.pyo
/usr/lib/python2.7/site-packages/zope/testing/wait.txt
/usr/share/doc/packages/python2-zope.testing
/usr/share/doc/packages/python2-zope.testing/COPYRIGHT.txt
/usr/share/doc/packages/python2-zope.testing/README.rst
/usr/share/licenses/python2-zope.testing
/usr/share/licenses/python2-zope.testing/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024