========================== ``topology.pytest.plugin`` ========================== .. automodule:: topology.pytest.plugin .. contents:: :local: .. currentmodule:: topology.pytest.plugin Functions ========= - :py:func:`topology`: Fixture that injects a TopologyManager into as a test fixture. - :py:func:`pytest_addoption`: pytest hook to add CLI arguments. - :py:func:`pytest_configure`: pytest hook to configure plugin. .. autofunction:: topology .. autofunction:: pytest_addoption .. autofunction:: pytest_configure Classes ======= - :py:class:`TopologyPlugin`: pytest plugin for Topology. - :py:class:`StepLogger`: Stepper logging class. .. autoclass:: TopologyPlugin :members: .. rubric:: Inheritance .. inheritance-diagram:: TopologyPlugin :parts: 1 .. autoclass:: StepLogger :members: .. rubric:: Inheritance .. inheritance-diagram:: StepLogger :parts: 1