Skip to content

Commit 0fad070

Browse files
authored
Merge pull request #84 from smarie/fix_issue_83
Added support for hook functions in all fixture-creating methods
2 parents 1aec9cf + 8ad3fc3 commit 0fad070

File tree

3 files changed

+157
-48
lines changed

3 files changed

+157
-48
lines changed

docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
### 1.13.2 - in progress - bugfixes
3+
### 1.13.2 - in progress - bugfixes and hook feature
44

5+
- Added the possibility to pass a `hook` function in all API where fixtures are created behind the scenes, so as to ease debugging and/or save fixtures (with `stored_fixture` from pytest harvest). Fixes [#83](https://github.com/smarie/python-pytest-cases/issues/83)
6+
57
- Fixture closures now support reordering when no unions are present. This suppressed the annoying warning "WARNING the new order is not taken into account !!" when it was not relevant. Fixes [#81](https://github.com/smarie/python-pytest-cases/issues/81)
68

79
### 1.13.1 - packaging improvements

0 commit comments

Comments
 (0)