Search code examples
pythonpytestfixtures

How to list all pytest fixtures


How can I list all pytest fixtures in a codebase? Ideally with documentation on each


Solution

  • You can list all pytest fixtures in a repository with the following command

    pytest --fixtures