forked from pool/python-testfixtures
- update to 8.3.0:
* :class:`ShouldRaise` now supports :class:`ExceptionGroup`. * Fixed bug where :func:`~testfixtures.comparison.compare_generator` did not respect strict=True. * Fixed bug in the type annotations for :class:`ShouldRaise` and :func:`~testfixtures.comparison.compare_exception`. * :class:`LogCapture` will now raise an exception if closed while still installed. This can be a source of particularly confusing bugs. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=57
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 08:18:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 8.3.0:
|
||||
* :class:`ShouldRaise` now supports :class:`ExceptionGroup`.
|
||||
* Fixed bug where
|
||||
:func:`~testfixtures.comparison.compare_generator` did not
|
||||
respect strict=True.
|
||||
* Fixed bug in the type annotations for :class:`ShouldRaise`
|
||||
and :func:`~testfixtures.comparison.compare_exception`.
|
||||
* :class:`LogCapture` will now raise an exception if closed
|
||||
while still installed. This can be a source of particularly
|
||||
confusing bugs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 06:08:53 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user