Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 623 Bytes

File metadata and controls

20 lines (20 loc) · 623 Bytes

pytest-gather-fixtures Changelog

0.2.1

Added

  • fixture groups can now be provided with factory functions for bith the parent fixture and the child fixtures

Docs

  • switched documentation to use furo theme
  • fixed authors and copyright in documentation

Internal

  • use ruff for formatting and linting
  • improved CICD scripts

0.2.0

Changed

  • minimum supported of version of pytest is now 7.0.0
  • minimum supported of version of pytest-asyncio is now 0.21.0
  • minimum supported of version of python is now 3.8

0.1.1

Changed

  • no upper bound on pytest and pytest-asyncio

0.1.0

  • initial release