How can I list all pytest fixtures in a codebase? Ideally with documentation on each
You can list all pytest fixtures in a repository with the following command
pytest --fixtures