---
myst:
  html_meta:
    "description": "Reference for every pytest-plone fixture, marker, and public API."
    "property=og:description": "Reference for every pytest-plone fixture, marker, and public API."
    "property=og:title": "pytest-plone reference"
    "keywords": "Plone, pytest, fixtures, reference"
---

# Reference

Technical description of everything `pytest-plone` provides.

{doc}`fixtures`
:   Every fixture, grouped by what it gives you.

{doc}`markers`
:   The `@pytest.mark.portal` marker.

{doc}`api`
:   `fixtures_factory` and the fixtures it generates from your testing layers.

```{toctree}
:hidden:
:maxdepth: 2

fixtures
markers
api
```
