Path to this page:
./
devel/py-zope.testrunner,
Zope testrunner script
Branch: CURRENT,
Version: 6.6,
Package name: py312-zope.testrunner-6.6,
Maintainer: pkgsrc-usersThis package provides a flexible test runner with layer support.
Master sites:
Filesize: 152.668 KB
Version history: (Expand)
- (2024-10-19) Updated to version: py312-zope.testrunner-6.6
- (2024-08-07) Updated to version: py311-zope.testrunner-6.5
- (2024-03-02) Updated to version: py311-zope.testrunner-6.4
- (2024-02-12) Updated to version: py311-zope.testrunner-6.3.1
- (2024-02-08) Updated to version: py311-zope.testrunner-6.3
- (2023-12-28) Updated to version: py311-zope.testrunner-6.2.1
CVS history: (Expand)
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) | |
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) | |
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) | |
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) | |
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.
|
2024-02-08 07:02:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-zope.testrunner: updated to 6.3
6.3 (2024-02-07)
- Exit cleanly when using the test runner ``--version`` argument.
- Add new `--xml path` option to write `JUnit`-like XML reports.
Code comes from `collective.xmltestreport`, but be aware that here `--xml`
is not a boolean, but expects a path!
- Add support for Python 3.13a3.
|
2024-01-03 16:23:28 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-zope.testrunner: fix PLIST for Python != 3.12
|
2023-12-28 20:11:14 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-zope.testrunner: updated to 6.2.1
6.2.1 (2023-12-22)
- Work around Python 3.12.1+ no longer calling ``startTest`` for skipped tests
|