Skip to content

Commit ae942d7

Browse files
author
Sylvain MARIE
committed
2.5.0 changelog
1 parent 1c12486 commit ae942d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 2.5.0 - case ids `glob` match improvements
4+
5+
- Improved description for the `glob` argument in `@parametrize_with_cases`. Also made the implementation escape all regex special characters so that they can't be used. Finally a pattern should now match the entire case id (previously, a partial match would work if it was at the beginning of the string). One step towards [#147](https://github.com/smarie/python-pytest-cases/issues/147)
6+
37
### 2.4.0 - various fixes for test ids and lazy values
48

59
- `is_lazy` is now part of public API, and `_LazyValue` now has a cache mechanism like `_LazyTuple`. Fixes [#143](https://github.com/smarie/python-pytest-cases/issues/143)

0 commit comments

Comments
 (0)