Zope.testrunner

Latest version: v6.4

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 9

6.1

================

- Add preliminary support for Python 3.12b4.
(`149 <https://github.com/zopefoundation/zope.testrunner/issues/149>`_)

6.0

================

- Drop support for Python 2.7, 3.5, 3.6.

5.6

================

- Add support for Python 3.11.

- Inline a small part of ``random.Random.shuffle`` which was deprecated in
Python 3.9 and removed in 3.11 (`119
<https://github.com/zopefoundation/zope.testrunner/issues/119>`_).

- Don't trigger post mortem debugger for skipped tests. ( `141
<https://github.com/zopefoundation/zope.testrunner/issues/141>`_).

5.5.1

==================

- Fix: let ``--at-level=level`` with ``level <= 0`` run the tests
at all levels (rather than at no level)
`138 <https://github.com/zopefoundation/zope.testrunner/issues/138>`_.

5.5

================

- Use ``sys._current_frames`` (rather than ``threading.enumerate``)
as base for new thread detection, fixes
`130 <https://github.com/zopefoundation/zope.testrunner/issues/130>`_.

- New option ``--gc-after-test``. It calls for a garbage collection
after each test and can be used to track down ``ResourceWarning``s
and cyclic garbage.
With ``rv = gc.collect()``, ``!`` is output on verbosity level 1 when
``rv`` is non zero (i.e. when cyclic structures have been released),
``[``*rv*``]`` on higher verbosity levels and
a detailed cyclic garbage analysis on verbosity level 4+.
For details, see
`133 <https://github.com/zopefoundation/zope.testrunner/pull/133>`_.

- Allow the filename for the logging configuration to be specified
via the envvar ``ZOPE_TESTRUNNER_LOG_INI``.
If not defined, the configuration continues to be locked for
in file ``log.ini`` of the current working directory.
Remember the logging configuration file in envvar
``ZOPE_TESTRUNNER_LOG_INI`` to allow spawned child processes
to recreate the logging configuration.
For details, see
`134 <https://github.com/zopefoundation/zope.testrunner/pull/134>`_.

5.4.0

==================

- Improve ``--help`` documentation for ``--package-path`` option
(`121 <https://github.com/zopefoundation/zope.testrunner/pull/121>`_).

- Do not disable existing loggers during logsupport initialization
(`120 <https://github.com/zopefoundation/zope.testrunner/pull/120>`_).

- Fix tests with testtools >= 2.5.0 (`125
<https://github.com/zopefoundation/zope.testrunner/issues/125>`_).

- Add support for Python 3.10.

Page 2 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.