./devel/py-zope.testrunner, Zope testrunner script

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.0, Package name: py312-zope.testrunner-7.0, Maintainer: pkgsrc-users

This package provides a flexible test runner with layer support.


Master sites:

Filesize: 150.576 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-13 13:12:30 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zope.testrunner: updated to 7.0

7.0 (2025-02-12)

Backwards-incompatible changes

- Remove ``setup.py ftest`` command.
- Remove ``zope.testrunner.eggsupport``.  It is no longer usable as of
  ``setuptools`` 72.0.0.
   2025-02-07 15:01:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.testrunner: updated to 6.7

6.7 (2025-02-07)

- Drop support for Python 3.8.
- Add option ``--only-level=level`` to run tests only at the specified level.
   2024-12-26 18:29:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.testrunner: updated to 6.6.1

6.6.1 (2024-12-13)

- Make signatures in ``tb_format`` Python 3.12+ compatible
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-19 07:53:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.testrunner: updated to 6.6

6.6 (2024-10-16)

- Make tests compatible with Python 3.13 + add support for that version.
- Drop support for Python 3.7.
   2024-08-07 12:00:37 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zope.testrunner: updated to 6.5

6.5 (2024-08-06)

- ``unittest.TestCase.subTest`` support

- remove support for ``setup.py``'s ``test`` command.
  Support for this command has been dropped by modern
  ``setuptools`` versions and correspondingly has been removed from
  most ``zopefoundation`` packages; ``zope.testrunner`` now follows.

- ``setup.py``'s ``ftest`` command is now only supported
  when the used ``setuptools`` version still supports ``test``.
   2024-03-02 13:50:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zope.testrunner: updated to 6.4

6.4 (2024-02-27)

- Add PEP 440 support (implicit namespaces).
   2024-02-12 14:07:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.testrunner: updated to 6.3.1

6.3.1 (2024-02-12)
- Fix XML tests when running in distribution resp. separately.