Skip to content

2.5.0 - case ids `glob` match improvements

Compare
Choose a tag to compare
@smarie smarie released this 28 Nov 15:36
· 251 commits to main since this release
  • 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

See documentation page for details.