Skip to content

Commit

Permalink
Merge pull request #84 from smarie/fix_issue_83
Browse files Browse the repository at this point in the history
Added support for hook functions in all fixture-creating methods
  • Loading branch information
smarie authored May 26, 2020
2 parents 1aec9cf + 8ad3fc3 commit 0fad070
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 48 deletions.
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

### 1.13.2 - in progress - bugfixes
### 1.13.2 - in progress - bugfixes and hook feature

- 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)

- 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)

### 1.13.1 - packaging improvements
Expand Down
Loading

0 comments on commit 0fad070

Please sign in to comment.