Skip to content

1.17.0 - `lazy_value` improvements + annoying warnings suppression

Compare
Choose a tag to compare
@smarie smarie released this 23 Jun 15:45
· 388 commits to main since this release
  • lazy_value are now resolved at pytest setup stage, not pytest call stage. This is important for execution time recorded in the reports (see also pytest-harvest plugin). Fixes #102

  • A function used as a lazy_value can now be marked with pytest marks. Fixes #99

  • A lazy_value now has a nicer id when it is a partial. Fixes #97

  • Removed annoying PytestUnknownMarkWarning warning message when a mark was used on a case. Fixes #100

See documentation page for details.