7fbd5761fd
- Update to 8.1: * Remove run-time dependency on setuptools. * Replace pkg_resources namespace with PEP 420 native namespace. * Add --auto-path option. This automatically adds the path of all packages from the --package option to the test paths. (#198) * Improve @unittest.expectedFailure support, especially regarding post-mortem debugger. (#196) * Re-add a single import of pkg_resources to avoid other import issues in mixed pip/buildout environments. (#194) * Replace pkg_resources with importlib.metadata. * Remove setup.py ftest command. (#178) * Remove zope.testrunner.eggsupport. It is no longer usable as of setuptools 72.0.0. (#185) * Drop support for Python 3.8. * Add option --only-level=level to run tests only at the specified level. (#188) - Clean up BuildRequires.
Steve Kowalik2026-01-06 02:46:55 +00:00
ab905fd144
Accepting request 1239001 from devel:languages:python
Ana Guerrero2025-01-20 16:15:18 +00:00
d543a12cf2
- Update to 6.6.1 * Make signatures in `tb_format` Python 3.12+ compatible (#186)
Markéta Machová2025-01-20 11:34:40 +00:00
dc907ff2d0
Accepting request 1218876 from devel:languages:python
Ana Guerrero2024-10-29 13:35:28 +00:00
376434d4e3
- update to 6.6: * Make tests compatible with Python 3.13 + add support for that version. * Drop support for Python 3.7.
Dirk Mueller2024-10-28 21:53:27 +00:00
4eb02b6a43
Accepting request 1205614 from devel:languages:python
Ana Guerrero2024-10-04 15:10:56 +00:00
bc3d402a0b
- Add missing psuffix to name for multibuild.
Steve Kowalik2024-10-04 04:41:28 +00:00
1537fc7723
Accepting request 1194965 from devel:languages:python
Ana Guerrero2024-08-21 21:25:58 +00:00
95c7b2bc21
- Update to 6.5: * unittest.TestCase.subTest support (#91). * 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.
Steve Kowalik2024-08-21 04:05:33 +00:00
c82e928013
Accepting request 1157896 from devel:languages:python
Ana Guerrero2024-03-15 19:27:47 +00:00
bdeb6d6b0c
- update to 6.4: * Add PEP 440 support (implicit namespaces). * Fix XML tests when running in distribution resp. separately. * 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! (#148). * Add support for Python 3.13a3.
Dirk Mueller2024-03-14 08:57:46 +00:00
17178a3bea
Accepting request 1138587 from devel:languages:python
Ana Guerrero2024-01-15 21:11:19 +00:00
0b9098ca4f
Accepting request 1138515 from home:bnavigator:branches:devel:languages:python
Dirk Mueller2024-01-14 15:16:16 +00:00
896d9f2f02
- update to 6.2.1: * Work around Python 3.12.1+ no longer calling startTest for skipped tests
Dirk Mueller2024-01-02 21:46:32 +00:00
044171f16b
Accepting request 1132429 from devel:languages:python
Ana Guerrero2023-12-11 20:49:45 +00:00
76d40bd7b9
- update to 6.2: * Add support for Python 3.12. * Update code and tests to `python-subunit >= 1.4.3` thus requiring at least this version. - Update to version 5.6 - Update to 5.5.1 - updated spec to include * Fix test failures and deprecation warnings occurring when using Python 3.8a1. * Update the command line interface to use argparse instead of * Handle string in exception values when formatting chained * Enable DeprecationWarning earlier, when discovering test - Changes from 4.4.0
Dirk Mueller2023-12-11 08:16:25 +00:00
96a2b73991
- Update to 5.1: * Recover more gracefully when layer setUp or tearDown fails, producing useful subunit output. * Prevent a spurious warning from the --require-unique option if the --module option was not used. * Add optional buffering of standard output and standard error during tests, requested via the --buffer option or enabled by default for subunit. * Fix incorrect failure counts in per-layer summary output, broken in 4.0.1.
Tomáš Chvátal
2019-11-06 12:11:14 +00:00