Skip to content

Commit

Permalink
Display blockdevice module documentation
Browse files Browse the repository at this point in the history
Adds the existing blockdevice module to the documentation.
  • Loading branch information
mbertram authored and philpep committed Dec 7, 2021
1 parent 666c004 commit f077b3a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/source/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ host

:class:`testinfra.modules.addr.Addr` class

.. attribute:: blockdevice

:class:`testinfra.modules.blockdevice.BlockDevice` class

.. attribute:: docker

:class:`testinfra.modules.docker.Docker` class
Expand Down Expand Up @@ -131,6 +135,13 @@ Addr
:members:


BlockDevice
~~~~~~~~~~~

.. autoclass:: testinfra.modules.blockdevice.BlockDevice(name)
:members:


Docker
~~~~~~

Expand Down

0 comments on commit f077b3a

Please sign in to comment.