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